@@ -115,6 +115,7 @@ declare global {
115
115
const shallowReactive : typeof import ( 'vue' ) [ 'shallowReactive' ]
116
116
const shallowReadonly : typeof import ( 'vue' ) [ 'shallowReadonly' ]
117
117
const shallowRef : typeof import ( 'vue' ) [ 'shallowRef' ]
118
+ const storeToRefs : typeof import ( 'pinia' ) [ 'storeToRefs' ]
118
119
const syncRef : typeof import ( '@vueuse/core' ) [ 'syncRef' ]
119
120
const syncRefs : typeof import ( '@vueuse/core' ) [ 'syncRefs' ]
120
121
const templateRef : typeof import ( '@vueuse/core' ) [ 'templateRef' ]
@@ -270,8 +271,8 @@ declare global {
270
271
const useRefHistory : typeof import ( '@vueuse/core' ) [ 'useRefHistory' ]
271
272
const useRequest : typeof import ( '@uni-helper/uni-use' ) [ 'useRequest' ]
272
273
const useResizeObserver : typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ]
273
- const useRoute : typeof import ( '@ uni-helper/uni- use' ) [ 'useRoute' ]
274
- const useRouter : typeof import ( '@ uni-helper/uni- use' ) [ 'useRouter' ]
274
+ const useRoute : typeof import ( 'uni-use-router ' ) [ 'useRoute' ]
275
+ const useRouter : typeof import ( 'uni-use-router ' ) [ 'useRouter' ]
275
276
const useSSRWidth : typeof import ( '@vueuse/core' ) [ 'useSSRWidth' ]
276
277
const useScanCode : typeof import ( '@uni-helper/uni-use' ) [ 'useScanCode' ]
277
278
const useScreenBrightness : typeof import ( '@uni-helper/uni-use' ) [ 'useScreenBrightness' ]
@@ -468,6 +469,7 @@ declare module 'vue' {
468
469
readonly shallowReactive : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReactive' ] >
469
470
readonly shallowReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReadonly' ] >
470
471
readonly shallowRef : UnwrapRef < typeof import ( 'vue' ) [ 'shallowRef' ] >
472
+ readonly storeToRefs : UnwrapRef < typeof import ( 'pinia' ) [ 'storeToRefs' ] >
471
473
readonly syncRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'syncRef' ] >
472
474
readonly syncRefs : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'syncRefs' ] >
473
475
readonly templateRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'templateRef' ] >
@@ -623,8 +625,8 @@ declare module 'vue' {
623
625
readonly useRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRefHistory' ] >
624
626
readonly useRequest : UnwrapRef < typeof import ( '@uni-helper/uni-use' ) [ 'useRequest' ] >
625
627
readonly useResizeObserver : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ] >
626
- readonly useRoute : UnwrapRef < typeof import ( '@ uni-helper/uni- use' ) [ 'useRoute' ] >
627
- readonly useRouter : UnwrapRef < typeof import ( '@ uni-helper/uni- use' ) [ 'useRouter' ] >
628
+ readonly useRoute : UnwrapRef < typeof import ( 'uni-use-router ' ) [ 'useRoute' ] >
629
+ readonly useRouter : UnwrapRef < typeof import ( 'uni-use-router ' ) [ 'useRouter' ] >
628
630
readonly useSSRWidth : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSSRWidth' ] >
629
631
readonly useScanCode : UnwrapRef < typeof import ( '@uni-helper/uni-use' ) [ 'useScanCode' ] >
630
632
readonly useScreenBrightness : UnwrapRef < typeof import ( '@uni-helper/uni-use' ) [ 'useScreenBrightness' ] >
0 commit comments