UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

8 lines (7 loc) 271 B
/** * Sets up the `.flowbite-react/.gitignore` file in the project. * * This function ensures the `.gitignore` file exists in the `.flowbite-react` directory. * It will create or update the file if needed. */ export declare function setupGitIgnore(): Promise<void>;