mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2025-04-04 14:21:06 +00: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;
|
|
|