UNPKG

fui-fancyui

Version:
8 lines (7 loc) 263 B
import { TTypographyVariants } from '../../../types/TTypographyVariants'; import { TSizeSettings } from '../../../types/TSizeSettings'; type TSizeObj = { fontSize: TTypographyVariants; }; export declare const sizeSettings: TSizeSettings<TSizeObj>; export {};