babel.d.ts 171 B

123
  1. import * as BabelCore from '@babel/core';
  2. import type { PluginObj } from '@babel/core';
  3. export declare function transformUniH5Jsx({ types }: typeof BabelCore): PluginObj;