flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
14 lines (13 loc) • 659 B
TypeScript
export declare const pluginName = "flowbiteReact";
export declare const pluginPath = "flowbite-react/plugin";
export declare const classListFile = "class-list.json";
export declare const configFile = "config.json";
export declare const outputDir = ".flowbite-react";
export declare const packageJsonFile = "package.json";
export declare const processIdFile = "pid";
export declare const vscodeDir = ".vscode";
export declare const classListFilePath: string;
export declare const configFilePath: string;
export declare const excludeDirs: string[];
export declare const allowedExtensions: string[];
export declare const automaticClassGenerationMessage: string;