UNPKG

babel-plugin-r-sugar

Version:

A Babel plugin that adds Vue-style v-if directive support to React

4 lines (3 loc) 211 B
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;