Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120349380
responsiveFontSizes.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 3, 17:09
Size
404 B
Mime Type
text/x-java
Expires
Sat, Jul 5, 17:09 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27176046
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
responsiveFontSizes.d.ts
View Options
import { Breakpoint } from '@mui/system';
import { Typography } from './createTypography';
import { Theme } from './createTheme';
export interface ResponsiveFontSizesOptions {
breakpoints?: Breakpoint[];
disableAlign?: boolean;
factor?: number;
variants?: Array<keyof Typography>;
}
export default function responsiveFontSizes(
theme: Theme,
options?: ResponsiveFontSizesOptions,
): Theme;
Event Timeline
Log In to Comment