UNPKG
babel-plugin-r-sugar
Version:
latest (1.1.2)
1.1.2
1.1.0
1.0.2
1.0.1
1.0.0
A Babel plugin that adds Vue-style v-if directive support to React
babel-plugin-r-sugar
/
dist
/
index.d.ts
8 lines
(7 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
reactVIfPlugin
:
(
babel
:
typeof
import
(
"@babel/core"
)
) =>
{
name
:
string
;
visitor
: {
JSXElement
(
path
:
any
):
void
; }; };
export
default
reactVIfPlugin;