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.

4 lines 275 B
import { PropsFor, SimpleStyleFunction } from "../style/index.js"; declare const display: SimpleStyleFunction<'display' | 'displayPrint' | 'overflow' | 'textOverflow' | 'visibility' | 'whiteSpace'>; export type DisplayProps = PropsFor<typeof display>; export default display;