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