UNPKG

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