UNPKG

@heroui/theme

Version:

The default theme for HeroUI components

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