UNPKG

107 BTypeScriptView Raw
1import { Plugin } from '@svgr/core';
2
3declare const svgoPlugin: Plugin;
4
5export { svgoPlugin as default };