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