UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

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