mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2026-02-04 18:24:14 +02:00
5 lines
163 B
TypeScript
5 lines
163 B
TypeScript
import { CompilerOptions, CodegenResult } from '@vue/compiler-dom';
|
|
|
|
export declare function compile(template: string, options?: CompilerOptions): CodegenResult;
|
|
|