flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
7 lines (6 loc) • 385 B
TypeScript
import type { CustomFlowbiteTheme, FlowbiteTheme } from "../components/Flowbite";
import type { ThemeMode } from "../hooks/use-theme-mode";
export declare function setThemeMode(mode?: ThemeMode): void;
export declare function getThemeMode(): ThemeMode | undefined;
export declare function setTheme(theme?: CustomFlowbiteTheme): void;
export declare function getTheme(): FlowbiteTheme;