Update getter definition

This commit is contained in:
Zephraph
2018-06-19 17:51:22 -04:00
parent 099ece3fde
commit 25f9ceec54

View File

@@ -574,7 +574,7 @@ interface LowLevelStylefunctionArguments {
key?: string;
numberToPx?: boolean;
alias?: string;
getter?: Function;
getter?: () => any;
}
declare function style(args: LowLevelStylefunctionArguments): any;