| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/@mui/system/styleFunctionSx/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/@mui/system/styleFunctionSx/extendSxProp.d.ts |
import { SxProps } from './styleFunctionSx';
export default function extendSxProp<Props extends { sx?: SxProps<any> } = {}>(props: Props): Props;