UNPKG

@transkripid/flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS - Transkrip.id fork

9 lines (8 loc) 305 B
import type { CustomFlowbiteTheme } from '../../components/Flowbite'; import type { ThemeMode } from '../../hooks/use-theme-mode'; interface Props { mode?: ThemeMode; theme?: CustomFlowbiteTheme; } export declare function ThemeInit({ mode, theme }: Props): import("react").JSX.Element; export {};