UNPKG

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