UNPKG

fui-fancyui

Version:
11 lines (10 loc) 376 B
import { TComponentSizes } from '../../../types'; import { TSizeSettings } from '../../../types/TSizeSettings'; import { TTypographyVariants } from '../../../types/TTypographyVariants'; type TSizeObj = { iconSize: TComponentSizes; title: TTypographyVariants; descriptionSize: TTypographyVariants; }; export declare const sizes: TSizeSettings<TSizeObj>; export {};