jt
2024-07-26 85bc74ca61892758597c0e3056258a5b5b24c607
1
2
3
import { RootNode, CompilerOptions, CodegenResult } from '@vue/compiler-dom';
 
export declare function compile(source: string | RootNode, options?: CompilerOptions): CodegenResult;