UNPKG

material-compact

Version:

Helper to create compact @mui/material theme

3 lines (2 loc) 147 B
import { Theme, ThemeOptions } from '@mui/material'; export declare function createCompactTheme(options?: ThemeOptions, ...args: object[]): Theme;