UNPKG

@nextui-org/theme

Version:

The default theme for NextUI components

11 lines (8 loc) 277 B
import { ThemeColors } from './types.js'; declare const themeColorsLight: ThemeColors; declare const themeColorsDark: ThemeColors; declare const semanticColors: { light: ThemeColors; dark: ThemeColors; }; export { semanticColors, themeColorsDark, themeColorsLight };