cuiqian2004
2024-07-12 57a0f71fc9dd53d25431aa74f0201152b38b34f6
1
2
3
import { RootNode, CompilerOptions, CodegenResult } from '@vue/compiler-dom';
 
export declare function compile(source: string | RootNode, options?: CompilerOptions): CodegenResult;