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