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