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.

6 lines 202 B
import type { SxProps } from "./styleFunctionSx.js"; export default function extendSxProp<Props extends { sx?: SxProps<any> | undefined; } = { sx?: SxProps<any> | undefined; }>(props: Props): Props;