File size: 182 Bytes
369fac9
 
 
 
1
2
3
4
5
import { RootNode, CompilerOptions, CodegenResult } from '@vue/compiler-dom';

export declare function compile(source: string | RootNode, options?: CompilerOptions): CodegenResult;