extendSxProp.d.ts 163 Bytes Edit Raw Blame History 1 2 3 4 import { SxProps } from "./styleFunctionSx.js"; export default function extendSxProp<Props extends { sx?: SxProps<any> | undefined; } = {}>(props: Props): Props;