UNPKG

@ucam/design-system

Version:
10 lines (9 loc) 411 B
import { FC } from 'react'; import { TypographyProps } from '@material-ui/core'; export declare const P: FC<TypographyProps>; export declare const H1: FC<TypographyProps>; export declare const H2: FC<TypographyProps>; export declare const H3: FC<TypographyProps>; export declare const H4: FC<TypographyProps>; export declare const H5: FC<TypographyProps>; export declare const H6: FC<TypographyProps>;