qauMaWeb/node_modules/@vue/babel-plugin-jsx/dist/sugar-fragment.d.ts

10 lines
266 B
TypeScript
Raw Permalink Normal View History

2024-10-13 18:02:27 +08:00
import * as t from '@babel/types';
import { NodePath } from '@babel/traverse';
import type { State } from './interface';
declare const _default: {
JSXFragment: {
enter(path: NodePath<t.JSXElement>, state: State): void;
};
};
export default _default;