UNPKG

270 BTypeScriptView Raw
1import { CompilerOptions } from '@vue/compiler-dom';
2import { RenderFunction } from '@vue/runtime-dom';
3
4export declare function compile(template: string | HTMLElement, options?: CompilerOptions): RenderFunction;
5
6
7export * from "@vue/runtime-dom";
8
9export { }