mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
9 lines
260 B
TypeScript
9 lines
260 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 { }
|