cyy
2024-08-18 93625c096d5cac73dd8335868cc7bd861ff43ece
1
2
3
import { RootNode, CompilerOptions, CodegenResult } from '@vue/compiler-dom';
 
export declare function compile(source: string | RootNode, options?: CompilerOptions): CodegenResult;