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