vue-jsx-vapor
Version:
Convert Vue JSX to Vapor
7 lines (6 loc) • 328 B
text/typescript
import { Options } from "./options-jKAq0dFf.cjs";
import * as _babel_core14 from "@babel/core";
//#region src/core/index.d.ts
declare function transformVueJsxVapor(code: string, id: string, options?: Options, needSourceMap?: boolean): _babel_core14.BabelFileResult | null;
//#endregion
export { Options, transformVueJsxVapor };