UNPKG

@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.

4 lines (3 loc) 191 B
import { CssVarsThemeOptions } from '@mui/material/styles'; export declare const nexusThemeConfig: CssVarsThemeOptions; export declare const nexusTheme: import("@mui/material/styles").Theme;