UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

7 lines (6 loc) 277 B
import type { StoreProps } from "../store"; export type ThemeConfigProps = Pick<StoreProps, "mode">; export declare function ThemeConfig({ mode }: ThemeConfigProps): import("react/jsx-runtime").JSX.Element; export declare namespace ThemeConfig { var displayName: string; }