UNPKG

@usefui/svgjsx

Version:

Open Source Command Line Interfaces to generate JSX Icon Components from SVGs.

7 lines 274 B
#!/usr/bin/env node import { Command } from "commander"; import type { CliOptions } from "./types"; declare const handleGenerate: (options: CliOptions) => void; declare const createCli: () => Command; export { handleGenerate, createCli }; //# sourceMappingURL=index.d.ts.map