UNPKG

@up-group-ui/react-controls

Version:
10 lines (9 loc) 236 B
import { UpLabelProps } from './types'; export declare const sizeMap: { auto: string; small: string; medium: string; large: string; xlarge: string; }; export declare const getStyles: (props: UpLabelProps) => string;