Spaces:
Sleeping
Sleeping
File size: 147 Bytes
56fda74 | 1 2 3 4 | import { SxProps } from './styleFunctionSx';
export default function extendSxProp<Props extends { sx?: SxProps<any> } = {}>(props: Props): Props;
|