diff --git a/types/styled-system/index.d.ts b/types/styled-system/index.d.ts index 495df8a6d3..ca2f7ce1fc 100644 --- a/types/styled-system/index.d.ts +++ b/types/styled-system/index.d.ts @@ -40,7 +40,7 @@ export interface LowLevelStylefunctionArguments { scale?: Array; } -export function style(args: LowLevelStylefunctionArguments): any; +export function style(args: LowLevelStylefunctionArguments): {[cssProp: string]: string}; export type TLengthStyledSystem = string | 0 | number; export type ResponsiveValue = T | Array;