UNPKG

react-native-lamantin

Version:

Set of components for https://lamantin.group development

7 lines (6 loc) 169 B
import { TextStyle } from 'react-native'; export interface Theme { textPrimary: TextStyle; textSecondary: TextStyle; } export declare const defaultTheme: Theme;