#!/usr/bin/env node /** * Bedrock UI Generator - CLI * * Command-line interface for compiling UI source files. * * @example * ```bash * # Compile with defaults * npx mcbe-ts-ui * * # Compile from custom source * npx mcbe-ts-ui -s scripts/ui -o ui/__generated__ * * # Clean and compile * npx mcbe-ts-ui --clean * ``` */ export {}; //# sourceMappingURL=cli.d.ts.map