UNPKG

@sphereon/ui-components.ssi-react-native

Version:
5 lines (4 loc) 229 B
import { FontStyle, FontSize } from '@sphereon/ui-components.core'; import { TextStyle } from 'react-native'; export declare const fontSize: Record<FontSize, number>; export declare const fontStyle: Record<FontStyle, TextStyle>;