ordojs
Version:
A revolutionary web framework with compile-time optimizations and unified client-server development
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