UNPKG

@nextui-org/theme

Version:

The default theme for NextUI components

10 lines (8 loc) 185 B
/** * Determines if the theme is a base theme * * @param theme string * @returns "light" | "dark */ declare const isBaseTheme: (theme: string) => boolean; export { isBaseTheme };