#
whycq
2024-03-29 bc5538eae041493fb1761ec9ffc1b2a7450dd4bf
1
2
3
import { RootNode, CompilerOptions, CodegenResult } from '@vue/compiler-dom';
 
export declare function compile(source: string | RootNode, options?: CompilerOptions): CodegenResult;