@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) • 732 B
TypeScript
import { Theme } from '@mui/material/styles';
declare const _default: {
defaultProps?: Partial<import("@mui/material").TypographyProps> | undefined;
styleOverrides?: Partial<import("@mui/material/styles/overrides").OverridesStyleRules<keyof import("@mui/material").TypographyClasses, "MuiTypography", Theme>> | undefined;
variants?: {
props: Partial<import("@mui/material").TypographyProps> | ((props: Partial<import("@mui/material").TypographyProps> & {
ownerState: Partial<import("@mui/material").TypographyProps>;
}) => boolean);
style: import("@mui/styled-engine").Interpolation<{
theme: Theme;
}>;
}[] | undefined;
} | undefined;
export default _default;