UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

8 lines (7 loc) 273 B
/** * Sets up Tailwind CSS configuration for the project. * * This function checks if Tailwind CSS is installed in the project and then * attempts to add the necessary configuration for Tailwind CSS v4 or v3. */ export declare function setupTailwind(): Promise<void>;