UNPKG

@prosperitainova/dumbo-react-native

Version:
12 lines (9 loc) 187 B
import { ThemeDefinition } from './colors'; type IFileTheme = { light: ThemeDefinition; dark: ThemeDefinition; }; export const fileTheme: IFileTheme = { light: {}, dark: {}, };