@totalsoft/rocket-ui
Version:
A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.
11 lines (10 loc) • 372 B
TypeScript
import { PaletteOptions } from '@mui/material';
import { TypographyOptions } from '@mui/material/styles/createTypography';
export declare const defaultFont: {
fontFamily: string;
fontSize: number;
lineHeight: string;
fontWeight: string;
letterSpacing: string;
};
export declare const generateTypography: (palette: PaletteOptions) => TypographyOptions;