UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

8 lines (7 loc) 286 B
/** * Sets up the plugin for the project based on the bundler. * * This function checks for the existence of configuration files for various bundlers and frameworks * and sets up the appropriate plugin for each. */ export declare function setupPlugin(): Promise<true | undefined>;