synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
10 lines • 420 B
TypeScript
import { Theme } from '@mui/material';
import { SxProps } from '@mui/system';
/**
* Utility to combine multiple SxProps into a single SxProps object that can be passed to a component.
*
* See https://github.com/mui/material-ui/issues/29274#issuecomment-953980228
* @param sxProps
*/
export declare function spreadSx(...sxProps: (SxProps<Theme> | undefined)[]): SxProps<Theme>;
//# sourceMappingURL=spreadSx.d.ts.map