UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

6 lines (5 loc) 277 B
import React from 'react'; import { TypographyProps } from './Typography.types'; declare type MuiVariant = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'body1' | 'body2'; declare const _default: (muiVariant: MuiVariant) => React.FC<TypographyProps>; export default _default;