UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

13 lines (10 loc) 284 B
import type { StyleProp, ViewStyle } from 'react-native'; import type { CoreTheme } from '../../theme/core'; export const defaultTheme = { color: (theme: CoreTheme) => theme.color.background.layer1, default: { style: { root: {} as StyleProp<ViewStyle>, }, }, };