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