UNPKG

@types/styled-system__theme-get

Version:

TypeScript definitions for @styled-system/theme-get

7 lines (5 loc) 343 B
// Type definitions for @styled-system/theme-get 5.0 // Project: https://github.com/styled-system/styled-system // Definitions by: JerryHong <https://github.com/Jerry-Hong> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export function themeGet(path: string | Array<string | number>, fallback?: any): (props: any) => any;