flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
8 lines (7 loc) • 327 B
TypeScript
/**
* Sets up the VSCode configuration for the project.
*
* This function checks if the `.vscode` directory exists and creates it if it does not.
* It then sets up the `settings.json` and `extensions.json` files with the necessary configuration for Flowbite React.
*/
export declare function setupVSCode(): Promise<void>;