@ordojs/cli
Version:
Command-line interface for OrdoJS framework
10 lines • 344 B
TypeScript
/**
* @fileoverview CSS Framework Integration Command for OrdoJS CLI
* Handles integration of CSS frameworks like Tailwind CSS
*/
import { Command } from 'commander';
/**
* Register CSS framework integration command
*/
export declare function registerCSSFrameworkCommand(program: Command): void;
//# sourceMappingURL=css-framework.d.ts.map