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