UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

6 lines (5 loc) 376 B
import type { FlowbiteTheme } from "../types"; export declare const theme: FlowbiteTheme; export { ThemeConfig, type ThemeConfigProps } from "./config"; export { getThemeModeScript, initThemeMode, ThemeModeScript, type ThemeModeScriptProps } from "./mode-script"; export { ThemeProvider, useThemeProvider, type ThemeProviderProps, type ThemeProviderValue } from "./provider";