WXL
2026-06-11 b76de9a566e4435146a970aa22333a58f87b485b
1
2
3
import { RootNode, CompilerOptions, CodegenResult } from '@vue/compiler-dom';
 
export declare function compile(source: string | RootNode, options?: CompilerOptions): CodegenResult;