@nexusui/theme
Version:
This is a simple MUI theme drop in for your React application, which aims to be the source of truth for the NexusUI Design system.
15 lines (14 loc) • 708 B
TypeScript
import { Theme } from '@mui/material/styles';
declare const _default: {
defaultProps?: Partial<import("@mui/material").SwitchProps> | undefined;
styleOverrides?: Partial<import("@mui/material/styles/overrides").OverridesStyleRules<keyof import("@mui/material").SwitchClasses, "MuiSwitch", Theme>> | undefined;
variants?: {
props: Partial<import("@mui/material").SwitchProps> | ((props: Partial<import("@mui/material").SwitchProps> & {
ownerState: Partial<import("@mui/material").SwitchProps>;
}) => boolean);
style: import("@mui/styled-engine").Interpolation<{
theme: Theme;
}>;
}[] | undefined;
} | undefined;
export default _default;