mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2024-12-26 11:48:25 +00:00
10 lines
270 B
TypeScript
10 lines
270 B
TypeScript
import { CompilerOptions } from '@vue/compiler-dom';
|
|
import { RenderFunction } from '@vue/runtime-dom';
|
|
|
|
export declare function compile(template: string | HTMLElement, options?: CompilerOptions): RenderFunction;
|
|
|
|
|
|
export * from "@vue/runtime-dom";
|
|
|
|
export { }
|