|
1 | 1 | /* eslint-disable */
|
2 | 2 | /* prettier-ignore */
|
3 | 3 | // @ts-nocheck
|
| 4 | +// noinspection JSUnusedGlobalSymbols |
4 | 5 | // Generated by unplugin-auto-import
|
5 | 6 | export {}
|
6 | 7 | declare global {
|
@@ -42,6 +43,7 @@ declare global {
|
42 | 43 | const h: typeof import('vue')['h']
|
43 | 44 | const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
44 | 45 | const inject: typeof import('vue')['inject']
|
| 46 | + const injectLocal: typeof import('@vueuse/core')['injectLocal'] |
45 | 47 | const isDefined: typeof import('@vueuse/core')['isDefined']
|
46 | 48 | const isProxy: typeof import('vue')['isProxy']
|
47 | 49 | const isReactive: typeof import('vue')['isReactive']
|
@@ -79,6 +81,7 @@ declare global {
|
79 | 81 | const onUpdated: typeof import('vue')['onUpdated']
|
80 | 82 | const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
|
81 | 83 | const provide: typeof import('vue')['provide']
|
| 84 | + const provideLocal: typeof import('@vueuse/core')['provideLocal'] |
82 | 85 | const reactify: typeof import('@vueuse/core')['reactify']
|
83 | 86 | const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
|
84 | 87 | const reactive: typeof import('vue')['reactive']
|
@@ -149,6 +152,7 @@ declare global {
|
149 | 152 | const useCeil: typeof import('@vueuse/math')['useCeil']
|
150 | 153 | const useClamp: typeof import('@vueuse/math')['useClamp']
|
151 | 154 | const useClipboard: typeof import('@vueuse/core')['useClipboard']
|
| 155 | + const useClipboardItems: typeof import('@vueuse/core')['useClipboardItems'] |
152 | 156 | const useCloned: typeof import('@vueuse/core')['useCloned']
|
153 | 157 | const useColorMode: typeof import('@vueuse/core')['useColorMode']
|
154 | 158 | const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
|
@@ -313,11 +317,13 @@ declare global {
|
313 | 317 | // for type re-export
|
314 | 318 | declare global {
|
315 | 319 | // @ts-ignore
|
316 |
| - export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue' |
| 320 | + export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue' |
| 321 | + import('vue') |
317 | 322 | }
|
318 | 323 | // for vue template auto import
|
319 | 324 | import { UnwrapRef } from 'vue'
|
320 | 325 | declare module 'vue' {
|
| 326 | + interface GlobalComponents {} |
321 | 327 | interface ComponentCustomProperties {
|
322 | 328 | readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
|
323 | 329 | readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
|
@@ -357,6 +363,7 @@ declare module 'vue' {
|
357 | 363 | readonly h: UnwrapRef<typeof import('vue')['h']>
|
358 | 364 | readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
|
359 | 365 | readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
| 366 | + readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']> |
360 | 367 | readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
|
361 | 368 | readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
|
362 | 369 | readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
@@ -394,6 +401,7 @@ declare module 'vue' {
|
394 | 401 | readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
|
395 | 402 | readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
|
396 | 403 | readonly provide: UnwrapRef<typeof import('vue')['provide']>
|
| 404 | + readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']> |
397 | 405 | readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
|
398 | 406 | readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
|
399 | 407 | readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
|
@@ -464,6 +472,7 @@ declare module 'vue' {
|
464 | 472 | readonly useCeil: UnwrapRef<typeof import('@vueuse/math')['useCeil']>
|
465 | 473 | readonly useClamp: UnwrapRef<typeof import('@vueuse/math')['useClamp']>
|
466 | 474 | readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
|
| 475 | + readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']> |
467 | 476 | readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
|
468 | 477 | readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
|
469 | 478 | readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
|
@@ -570,7 +579,6 @@ declare module 'vue' {
|
570 | 579 | readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
|
571 | 580 | readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
|
572 | 581 | readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
|
573 |
| - readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']> |
574 | 582 | readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
|
575 | 583 | readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
|
576 | 584 | readonly useSum: UnwrapRef<typeof import('@vueuse/math')['useSum']>
|
@@ -627,6 +635,7 @@ declare module 'vue' {
|
627 | 635 | }
|
628 | 636 | }
|
629 | 637 | declare module '@vue/runtime-core' {
|
| 638 | + interface GlobalComponents {} |
630 | 639 | interface ComponentCustomProperties {
|
631 | 640 | readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
|
632 | 641 | readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
|
@@ -666,6 +675,7 @@ declare module '@vue/runtime-core' {
|
666 | 675 | readonly h: UnwrapRef<typeof import('vue')['h']>
|
667 | 676 | readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
|
668 | 677 | readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
| 678 | + readonly injectLocal: UnwrapRef<typeof import('@vueuse/core')['injectLocal']> |
669 | 679 | readonly isDefined: UnwrapRef<typeof import('@vueuse/core')['isDefined']>
|
670 | 680 | readonly isProxy: UnwrapRef<typeof import('vue')['isProxy']>
|
671 | 681 | readonly isReactive: UnwrapRef<typeof import('vue')['isReactive']>
|
@@ -703,6 +713,7 @@ declare module '@vue/runtime-core' {
|
703 | 713 | readonly onUpdated: UnwrapRef<typeof import('vue')['onUpdated']>
|
704 | 714 | readonly pausableWatch: UnwrapRef<typeof import('@vueuse/core')['pausableWatch']>
|
705 | 715 | readonly provide: UnwrapRef<typeof import('vue')['provide']>
|
| 716 | + readonly provideLocal: UnwrapRef<typeof import('@vueuse/core')['provideLocal']> |
706 | 717 | readonly reactify: UnwrapRef<typeof import('@vueuse/core')['reactify']>
|
707 | 718 | readonly reactifyObject: UnwrapRef<typeof import('@vueuse/core')['reactifyObject']>
|
708 | 719 | readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
|
@@ -773,6 +784,7 @@ declare module '@vue/runtime-core' {
|
773 | 784 | readonly useCeil: UnwrapRef<typeof import('@vueuse/math')['useCeil']>
|
774 | 785 | readonly useClamp: UnwrapRef<typeof import('@vueuse/math')['useClamp']>
|
775 | 786 | readonly useClipboard: UnwrapRef<typeof import('@vueuse/core')['useClipboard']>
|
| 787 | + readonly useClipboardItems: UnwrapRef<typeof import('@vueuse/core')['useClipboardItems']> |
776 | 788 | readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
|
777 | 789 | readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
|
778 | 790 | readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
|
@@ -879,7 +891,6 @@ declare module '@vue/runtime-core' {
|
879 | 891 | readonly useSpeechRecognition: UnwrapRef<typeof import('@vueuse/core')['useSpeechRecognition']>
|
880 | 892 | readonly useSpeechSynthesis: UnwrapRef<typeof import('@vueuse/core')['useSpeechSynthesis']>
|
881 | 893 | readonly useStepper: UnwrapRef<typeof import('@vueuse/core')['useStepper']>
|
882 |
| - readonly useStorage: UnwrapRef<typeof import('@vueuse/core')['useStorage']> |
883 | 894 | readonly useStorageAsync: UnwrapRef<typeof import('@vueuse/core')['useStorageAsync']>
|
884 | 895 | readonly useStyleTag: UnwrapRef<typeof import('@vueuse/core')['useStyleTag']>
|
885 | 896 | readonly useSum: UnwrapRef<typeof import('@vueuse/math')['useSum']>
|
|
0 commit comments