UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

7 lines (6 loc) 176 B
import { type ThemeMode } from '../../hooks/use-theme-mode'; interface Props { mode?: ThemeMode; } export declare function ThemeModeInit({ mode }: Props): null; export {};