UNPKG

@umijs/babel-preset-umi

Version:
9 lines (8 loc) 340 B
import * as Babel from '@umijs/bundler-utils/compiled/babel/core'; import * as t from '@umijs/bundler-utils/compiled/babel/types'; export default function (): { visitor: { ImportDeclaration(path: Babel.NodePath<t.ImportDeclaration>): void; VariableDeclarator(path: Babel.NodePath<t.VariableDeclarator>): void; }; };