4 lines
163 B
TypeScript
4 lines
163 B
TypeScript
import { CompilerOptions, CodegenResult } from '@vue/compiler-dom';
|
|
|
|
export declare function compile(template: string, options?: CompilerOptions): CodegenResult;
|
|
|