UNPKG

fui-fancyui

Version:
8 lines (7 loc) 301 B
import { TTypography } from '../../../atoms/Typography'; import { TComponentSizesMid } from '../../../../types/TComponentSizes'; type TLabel = Partial<TTypography> & { sizeC?: TComponentSizesMid; }; export declare function Label(props: TLabel): import("react/jsx-runtime").JSX.Element; export {};