UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

10 lines (8 loc) 174 B
import type { StyleProp, ViewStyle } from 'react-native'; export const defaultTheme = { defaults: { style: { content: {} as StyleProp<ViewStyle>, }, }, };