UNPKG

@omnia/tooling-vue

Version:

Used to bundle and serve manifests web component that build on Vue framework.

4 lines (3 loc) 235 B
import { BabelFileResult } from "@babel/core"; export declare function transformVueJsx(code: string, id: string): Promise<any>; export declare function injectHotReloadScript(babelFile: BabelFileResult, code: string, id: string): void;