/** * 给所有的jsx节点插入styleId来进行唯一性的区分 */ import * as t from '@babel/types'; import { NodePath } from '@babel/core'; declare const _default: (path: NodePath, state: any) => void; export default _default;