vue.d.ts 270 B

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