UNPKG

react-web-native-sketch

Version:

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

4 lines (3 loc) 244 B
import { PlatformStyleRules } from '../../utils/theme.types'; import { returnType } from './createStyles.types'; export declare const createStyles: (styles: PlatformStyleRules | (() => PlatformStyleRules), componentName: string) => returnType;