UNPKG

@ozen-ui/kit

Version:

React component library

6 lines (5 loc) 182 B
import type { ElementType } from 'react'; import type { TypographyVariant } from './index'; export declare const matchVariantToTag: { [key in TypographyVariant]: ElementType; };