UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

7 lines (6 loc) 246 B
/** * Sets up the `.flowbite-react/class-list.json` file in the project. * * This function checks if the `.flowbite-react/class-list.json` file exists and creates it if it does not. */ export declare function setupClassList(): Promise<void>;