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