UNPKG

rollup-plugin-svg-sprites

Version:

Rollup plugin for creating SVG sprites.

4 lines (3 loc) 207 B
declare const compileJSXCode: (id: string, path: string) => string; declare const compileVueTemplateCode: (id: string, path: string) => Promise<string>; export { compileJSXCode, compileVueTemplateCode };