UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

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