UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

8 lines (7 loc) 305 B
import { type Config } from "../utils/create-config"; /** * Sets up the `.flowbite-react/config.json` file in the project. * * This function creates or updates the configuration file with default values and validates existing configurations. */ export declare function setupConfig(): Promise<Config>;