UNPKG

268 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
6export * from "@vue/runtime-dom";
7
8export { }