fui-fancyui
Version:
FancyUI Libary
11 lines (10 loc) • 376 B
TypeScript
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 {};