@ucam/design-system
Version:
University of Cambridge Design System
10 lines (9 loc) • 411 B
TypeScript
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>;