|
@@ -1,6 +1,7 @@
|
|
|
/* eslint-disable */
|
|
/* eslint-disable */
|
|
|
/* prettier-ignore */
|
|
/* prettier-ignore */
|
|
|
// @ts-nocheck
|
|
// @ts-nocheck
|
|
|
|
|
+// noinspection JSUnusedGlobalSymbols
|
|
|
// Generated by unplugin-auto-import
|
|
// Generated by unplugin-auto-import
|
|
|
export {}
|
|
export {}
|
|
|
declare global {
|
|
declare global {
|
|
@@ -40,6 +41,7 @@ declare global {
|
|
|
const h: typeof import('vue')['h']
|
|
const h: typeof import('vue')['h']
|
|
|
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
|
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
|
|
const inject: typeof import('vue')['inject']
|
|
const inject: typeof import('vue')['inject']
|
|
|
|
|
+ const injectLocal: typeof import('@vueuse/core')['injectLocal']
|
|
|
const isDefined: typeof import('@vueuse/core')['isDefined']
|
|
const isDefined: typeof import('@vueuse/core')['isDefined']
|
|
|
const isProxy: typeof import('vue')['isProxy']
|
|
const isProxy: typeof import('vue')['isProxy']
|
|
|
const isReactive: typeof import('vue')['isReactive']
|
|
const isReactive: typeof import('vue')['isReactive']
|
|
@@ -74,6 +76,7 @@ declare global {
|
|
|
const onUpdated: typeof import('vue')['onUpdated']
|
|
const onUpdated: typeof import('vue')['onUpdated']
|
|
|
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
|
const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
|
|
const provide: typeof import('vue')['provide']
|
|
const provide: typeof import('vue')['provide']
|
|
|
|
|
+ const provideLocal: typeof import('@vueuse/core')['provideLocal']
|
|
|
const reactify: typeof import('@vueuse/core')['reactify']
|
|
const reactify: typeof import('@vueuse/core')['reactify']
|
|
|
const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
|
|
const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
|
|
|
const reactive: typeof import('vue')['reactive']
|
|
const reactive: typeof import('vue')['reactive']
|
|
@@ -140,6 +143,7 @@ declare global {
|
|
|
const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
|
|
const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
|
|
|
const useCached: typeof import('@vueuse/core')['useCached']
|
|
const useCached: typeof import('@vueuse/core')['useCached']
|
|
|
const useClipboard: typeof import('@vueuse/core')['useClipboard']
|
|
const useClipboard: typeof import('@vueuse/core')['useClipboard']
|
|
|
|
|
+ const useClipboardItems: typeof import('@vueuse/core')['useClipboardItems']
|
|
|
const useCloned: typeof import('@vueuse/core')['useCloned']
|
|
const useCloned: typeof import('@vueuse/core')['useCloned']
|
|
|
const useColorMode: typeof import('@vueuse/core')['useColorMode']
|
|
const useColorMode: typeof import('@vueuse/core')['useColorMode']
|
|
|
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
|
|
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
|
|
@@ -295,5 +299,6 @@ declare global {
|
|
|
// for type re-export
|
|
// for type re-export
|
|
|
declare global {
|
|
declare global {
|
|
|
// @ts-ignore
|
|
// @ts-ignore
|
|
|
- export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
|
|
|
|
|
|
|
+ export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
|
|
|
|
|
+ import('vue')
|
|
|
}
|
|
}
|