UNPKG

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