mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 14:38:20 +08:00
Update getter definition
This commit is contained in:
2
types/styled-system/index.d.ts
vendored
2
types/styled-system/index.d.ts
vendored
@@ -574,7 +574,7 @@ interface LowLevelStylefunctionArguments {
|
||||
key?: string;
|
||||
numberToPx?: boolean;
|
||||
alias?: string;
|
||||
getter?: Function;
|
||||
getter?: () => any;
|
||||
}
|
||||
|
||||
declare function style(args: LowLevelStylefunctionArguments): any;
|
||||
|
||||
Reference in New Issue
Block a user