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