index.d.ts 105 B

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