mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2024-12-28 20:47:43 +00:00
7 lines
216 B
TypeScript
7 lines
216 B
TypeScript
import { CodegenResult } from '@vue/compiler-dom';
|
|
import { CompilerOptions } from '@vue/compiler-dom';
|
|
|
|
export declare function compile(template: string, options?: CompilerOptions): CodegenResult;
|
|
|
|
export { }
|