mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
enable transformValue to take a parameter
This commit is contained in:
2
types/styled-system/dist/util.d.ts
vendored
2
types/styled-system/dist/util.d.ts
vendored
@@ -19,7 +19,7 @@ export interface LowLevelStylefunctionArguments {
|
||||
cssProperty?: string;
|
||||
key?: string;
|
||||
getter?: () => any;
|
||||
transformValue?: () => any;
|
||||
transformValue?: (n: string|number) => any;
|
||||
scale?: Array<string|number>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user