@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.
16 lines (15 loc) • 770 B
TypeScript
import { CssVarsTheme, Theme } from '@mui/material/styles';
import { RadioProps } from '@mui/material/Radio';
declare const _default: {
defaultProps?: Partial<RadioProps> | undefined;
styleOverrides?: Partial<import("@mui/material/styles/overrides").OverridesStyleRules<keyof import("@mui/material/Radio").RadioClasses, "MuiRadio", Omit<Theme, "components" | "palette"> & CssVarsTheme>> | undefined;
variants?: {
props: Partial<RadioProps> | ((props: Partial<RadioProps> & {
ownerState: Partial<RadioProps>;
}) => boolean);
style: import("@mui/styled-engine").Interpolation<{
theme: Omit<Theme, "components" | "palette"> & CssVarsTheme;
}>;
}[] | undefined;
} | undefined;
export default _default;