fix(types): fix types for vue < 2.7

This commit is contained in:
Justineo
2023-12-26 14:54:37 +08:00
parent ce3ba29209
commit 7bcf57e77b
8 changed files with 96 additions and 16 deletions

3
src/index.vue2.d.ts vendored
View File

@ -1,5 +1,6 @@
/* eslint-disable @typescript-eslint/ban-types */
import type { Ref, DefineComponent } from "vue-demi";
import type { DefineComponent } from "@vue/runtime-core";
import type { Ref } from "vue-demi";
import type {
Option,
InitOptions,