UNPKG

bananas-commerce-admin

Version:

What's this, an admin for apes?

4 lines (3 loc) 240 B
import { SxProps, Theme } from "@mui/material"; export declare function selectStyles<T extends Theme = Theme>(...sxs: (SxProps<Theme> | (boolean | SxProps<Theme>)[] | undefined)[]): SxProps<T>; export declare const ss: typeof selectStyles;