UNPKG

@tachui/cli

Version:

Tacho CLI - Comprehensive developer tooling for tachUI

8 lines 231 B
/** * Tacho CLI - Migrate Command * * Migration utilities for converting React/Vue components to TachUI */ import { Command } from 'commander'; export declare const migrateCommand: Command; //# sourceMappingURL=migrate.d.ts.map