cuiqian2004
2024-09-09 b0f0d6a0886e0191c183d7cfaa58e0b762e587f5
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 };