UNPKG

@heroui/theme

Version:

The default theme for HeroUI components

7 lines (5 loc) 117 B
// src/utils/theme.ts var isBaseTheme = (theme) => theme === "light" || theme === "dark"; export { isBaseTheme };