vue.d.ts 260 B

12345678
  1. import { CompilerOptions } from '@vue/compiler-dom';
  2. import { RenderFunction } from '@vue/runtime-dom';
  3. export declare function compile(template: string | HTMLElement, options?: CompilerOptions): RenderFunction;
  4. export * from "@vue/runtime-dom";
  5. export { }