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