1
0
mirror of https://gitee.com/onvia/ccc-tnt-psd2ui synced 2025-06-05 18:24:03 +00:00

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;