5 lines
163 B
TypeScript
Raw Normal View History

2023-09-06 09:51:55 +08:00
import { CompilerOptions, CodegenResult } from '@vue/compiler-dom';
export declare function compile(template: string, options?: CompilerOptions): CodegenResult;