#
whycq
2024-02-23 ccdc55062883495b4a4c7bfe47289582b7664aca
1
2
3
import { RootNode, CompilerOptions, CodegenResult } from '@vue/compiler-dom';
 
export declare function compile(source: string | RootNode, options?: CompilerOptions): CodegenResult;