UNPKG

102 BTypeScriptView Raw
1import { SVG2TSCmd } from './types';
2export declare function svg2ts(options: SVG2TSCmd): Promise<{}>;