flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
9 lines (8 loc) • 342 B
text/typescript
import type { Config } from "../utils/create-config";
/**
* Sets up the `.flowbite-react/init.tsx` file in the project.
*
* This function ensures the init.tsx file exists and is up-to-date with the current configuration.
* It will create or update the file if needed.
*/
export declare function setupInit(config: Config): Promise<void>;