UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

15 lines (14 loc) 334 B
import { Theme } from '@mui/material/styles'; export default function Typography(theme: Theme): { MuiTypography: { styleOverrides: { h3: { display: string; }; h4: { fontWeight: number; display: string; }; }; }; };