1
0
Fork 0
react-playground/node_modules/@mui/system/styleFunctionSx/extendSxProp.d.ts

4 lines
No EOL
151 B
TypeScript

import { SxProps } from "./styleFunctionSx.js";
export default function extendSxProp<Props extends {
sx?: SxProps<any>;
} = {}>(props: Props): Props;