UNPKG

ds-smart-ui

Version:

Smart UI is a React component library that helps you build accessible and responsive web applications.

5 lines (3 loc) 226 B
import { TypographyVariant } from '../components/DataDisplay/Typography/Typography'; import { FormSizeTypes } from '../types/form-types'; export declare const getTypographyVariant: (size: FormSizeTypes) => TypographyVariant;