Files

7 lines
210 B
TypeScript
Raw Permalink Normal View History

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