UNPKG

@mui/system

Version:

MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.

7 lines 201 B
export interface BoxClasses { /** Styles applied to the root element. */ root: string; } export type BoxClassKey = keyof BoxClasses; declare const boxClasses: BoxClasses; export default boxClasses;