6 lines
107 B
TypeScript
Executable File
6 lines
107 B
TypeScript
Executable File
import { Plugin } from '@svgr/core';
|
|
|
|
declare const svgoPlugin: Plugin;
|
|
|
|
export { svgoPlugin as default };
|