vue-jsx-vapor
Version:
Vapor Mode of Vue JSX
7 lines (6 loc) • 399 B
text/typescript
import { t as Options } from "./options-BWsdOzQ-.cjs";
import * as _vue_jsx_vapor_compiler_rs0 from "@vue-jsx-vapor/compiler-rs";
//#region src/core/index.d.ts
declare function transformVueJsxVapor(code: string, id: string, options?: Options, needSourceMap?: boolean, needHMR?: boolean, ssr?: boolean): _vue_jsx_vapor_compiler_rs0.TransformReturn;
//#endregion
export { transformVueJsxVapor as t };