mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-10 15:32:56 -05:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import { Plugin } from '@svgr/core';
|
|
|
|
declare const jsxPlugin: Plugin;
|
|
|
|
export { jsxPlugin as default };
|