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
/
visitors
/
formColon.d.ts
4 lines
(3 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
import
type
{
NodePath
}
from
'@babel/traverse'
;
import
type
{
JSXElement
}
from
'@babel/types'
;
export
declare
function
formColonPlugin
(
path
:
NodePath
<
JSXElement
>,
t
:
typeof
import
(
'@babel/core'
).types
):
void
;