UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

10 lines 420 B
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