UNPKG

@prosperitainova/dumbo-react-native

Version:
8 lines 212 B
import { ThemeDefinition } from './colors'; type IFileTheme = { light: ThemeDefinition; dark: ThemeDefinition; }; export declare const fileTheme: IFileTheme; export {}; //# sourceMappingURL=theme.d.ts.map