ccc-tnt-psd2ui/npm-packages/win32-v3.4.+/vue/dist/vue.d.ts
2023-07-24 10:36:46 +08:00

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 { }