paradiego
This commit is contained in:
14
node_modules/@mui/material/styles/responsiveFontSizes.d.ts
generated
vendored
Normal file
14
node_modules/@mui/material/styles/responsiveFontSizes.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Breakpoint } from '@mui/system';
|
||||
import { Typography } from './createTypography';
|
||||
|
||||
export interface ResponsiveFontSizesOptions {
|
||||
breakpoints?: Breakpoint[];
|
||||
disableAlign?: boolean;
|
||||
factor?: number;
|
||||
variants?: Array<keyof Typography>;
|
||||
}
|
||||
|
||||
export default function responsiveFontSizes<T extends { typography: Typography }>(
|
||||
theme: T,
|
||||
options?: ResponsiveFontSizesOptions,
|
||||
): T;
|
||||
Reference in New Issue
Block a user