index.d.ts 107 B

12345
  1. import { Plugin } from '@svgr/core';
  2. declare const svgoPlugin: Plugin;
  3. export { svgoPlugin as default };