UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

30 lines (29 loc) 787 B
export declare const getStyleProps: (style?: string | number | Object | (string | number | Object)[] | undefined) => { style: { display: string; fontFamily: any; }; className: string; } | { style: { constructor: Function; toString(): string; toLocaleString(): string; valueOf(): Object; hasOwnProperty(v: string | number | symbol): boolean; isPrototypeOf(v: Object): boolean; propertyIsEnumerable(v: string | number | symbol): boolean; display: string; fontFamily: any; }; className?: undefined; }; export declare const getMuiTheme: (appTheme: any) => { typography: { fontFamily: any; }; palette: { primary: any; secondary: any; }; };