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