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