mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +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;
|
|
|