UNPKG

react-native-theme-flow

Version:
3 lines 227 B
import type { NestedObject, WithId } from './types'; export declare const createThemeFactory: <ThemeContract extends NestedObject>() => (theme: ThemeContract) => WithId<ThemeContract>; //# sourceMappingURL=create-theme.d.ts.map