UNPKG
@svgr/plugin-prettier
Version:
latest (8.1.0)
next (6.0.0-alpha.1)
8.1.0
8.0.1
8.0.0
7.0.0
6.5.1
6.5.0
6.3.1
6.3.0
6.1.2
6.0.0
6.0.0-alpha.1
6.0.0-alpha.0
5.5.0
5.4.0
5.3.1
5.3.0
5.0.1
5.0.0
4.3.2
4.3.1
4.2.0
4.0.3
4.0.0
Format code using Prettier
react-svgr.com
gregberge/svgr
@svgr/plugin-prettier
/
dist
/
index.d.ts
6 lines
(3 loc)
•
115 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Plugin
}
from
'@svgr/core'
;
declare
const
prettierPlugin
:
Plugin
;
export
{ prettierPlugin
as
default
};