@flexnative/theme-context
Version:
React ThemeContext
11 lines (10 loc) • 322 B
TypeScript
export declare const Fonts: {
/** iOS `UIFontDescriptorSystemDesignDefault` */
sans: string;
/** iOS `UIFontDescriptorSystemDesignSerif` */
serif: string;
/** iOS `UIFontDescriptorSystemDesignRounded` */
rounded: string;
/** iOS `UIFontDescriptorSystemDesignMonospaced` */
mono: string;
};