UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

7 lines (6 loc) 211 B
/** * Gets the major version number of the installed Tailwind CSS * * @returns The major version number (3 or 4) or undefined if not found */ export declare function getTailwindVersion(): 3 | 4 | undefined;