UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

7 lines (6 loc) 199 B
import type { CustomFlowbiteTheme } from "../../components/Flowbite"; interface Props { theme?: CustomFlowbiteTheme; } export declare function ThemeServerInit({ theme }: Props): null; export {};