|
@@ -78,7 +78,6 @@ declare global {
|
|
|
const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
|
|
|
const onUnmounted: typeof import('vue')['onUnmounted']
|
|
|
const onUpdated: typeof import('vue')['onUpdated']
|
|
|
- const onWatcherCleanup: typeof import('vue')['onWatcherCleanup']
|
|
|
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
|
|
const provide: typeof import('vue')['provide']
|
|
|
const provideLocal: typeof import('@vueuse/core')['provideLocal']
|
|
@@ -190,7 +189,6 @@ declare global {
|
|
|
const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
|
|
|
const useGamepad: typeof import('@vueuse/core')['useGamepad']
|
|
|
const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
|
|
|
- const useId: typeof import('vue')['useId']
|
|
|
const useIdle: typeof import('@vueuse/core')['useIdle']
|
|
|
const useImage: typeof import('@vueuse/core')['useImage']
|
|
|
const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
|
|
@@ -207,7 +205,6 @@ declare global {
|
|
|
const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
|
|
|
const useMemoize: typeof import('@vueuse/core')['useMemoize']
|
|
|
const useMemory: typeof import('@vueuse/core')['useMemory']
|
|
|
- const useModel: typeof import('vue')['useModel']
|
|
|
const useMounted: typeof import('@vueuse/core')['useMounted']
|
|
|
const useMouse: typeof import('@vueuse/core')['useMouse']
|
|
|
const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
|
|
@@ -255,7 +252,6 @@ declare global {
|
|
|
const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
|
|
|
const useSupported: typeof import('@vueuse/core')['useSupported']
|
|
|
const useSwipe: typeof import('@vueuse/core')['useSwipe']
|
|
|
- const useTemplateRef: typeof import('vue')['useTemplateRef']
|
|
|
const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
|
|
|
const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
|
|
|
const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
|
|
@@ -307,7 +303,7 @@ declare global {
|
|
|
// for type re-export
|
|
|
declare global {
|
|
|
// @ts-ignore
|
|
|
- export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
|
|
|
+ export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
|
|
|
import('vue')
|
|
|
}
|
|
|
// for vue template auto import
|
|
@@ -388,7 +384,6 @@ declare module 'vue' {
|
|
|
readonly onStartTyping: UnwrapRef<typeof import('@vueuse/core')['onStartTyping']>
|
|
|
readonly onUnmounted: UnwrapRef<typeof import('vue')['onUnmounted']>
|
|
|
readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
|
|
|
- readonly onWatcherCleanup: UnwrapRef<typeof import('vue')['onWatcherCleanup']>
|
|
|
readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
|
|
|
readonly provide: UnwrapRef<typeof import('vue')['provide']>
|
|
|
readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']>
|
|
@@ -500,7 +495,6 @@ declare module 'vue' {
|
|
|
readonly useFullscreen: UnwrapRef<typeof import('@vueuse/core')['useFullscreen']>
|
|
|
readonly useGamepad: UnwrapRef<typeof import('@vueuse/core')['useGamepad']>
|
|
|
readonly useGeolocation: UnwrapRef<typeof import('@vueuse/core')['useGeolocation']>
|
|
|
- readonly useId: UnwrapRef<typeof import('vue')['useId']>
|
|
|
readonly useIdle: UnwrapRef<typeof import('@vueuse/core')['useIdle']>
|
|
|
readonly useImage: UnwrapRef<typeof import('@vueuse/core')['useImage']>
|
|
|
readonly useInfiniteScroll: UnwrapRef<typeof import('@vueuse/core')['useInfiniteScroll']>
|
|
@@ -517,7 +511,6 @@ declare module 'vue' {
|
|
|
readonly useMediaQuery: UnwrapRef<typeof import('@vueuse/core')['useMediaQuery']>
|
|
|
readonly useMemoize: UnwrapRef<typeof import('@vueuse/core')['useMemoize']>
|
|
|
readonly useMemory: UnwrapRef<typeof import('@vueuse/core')['useMemory']>
|
|
|
- readonly useModel: UnwrapRef<typeof import('vue')['useModel']>
|
|
|
readonly useMounted: UnwrapRef<typeof import('@vueuse/core')['useMounted']>
|
|
|
readonly useMouse: UnwrapRef<typeof import('@vueuse/core')['useMouse']>
|
|
|
readonly useMouseInElement: UnwrapRef<typeof import('@vueuse/core')['useMouseInElement']>
|
|
@@ -565,7 +558,6 @@ declare module 'vue' {
|
|
|
readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
|
|
|
readonly useSupported: UnwrapRef<typeof import('@vueuse/core')['useSupported']>
|
|
|
readonly useSwipe: UnwrapRef<typeof import('@vueuse/core')['useSwipe']>
|
|
|
- readonly useTemplateRef: UnwrapRef<typeof import('vue')['useTemplateRef']>
|
|
|
readonly useTemplateRefsList: UnwrapRef<typeof import('@vueuse/core')['useTemplateRefsList']>
|
|
|
readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
|
|
|
readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
|