@@ -96,20 +96,22 @@ declare global {
96
96
const pausableWatch : typeof import ( '@vueuse/core' ) [ 'pausableWatch' ]
97
97
const provide : typeof import ( 'vue' ) [ 'provide' ]
98
98
const provideLocal : typeof import ( '@vueuse/core' ) [ 'provideLocal' ]
99
+ const provideResizing : typeof import ( './composables/browser' ) [ 'provideResizing' ]
99
100
const reactify : typeof import ( '@vueuse/core' ) [ 'reactify' ]
100
101
const reactifyObject : typeof import ( '@vueuse/core' ) [ 'reactifyObject' ]
101
102
const reactive : typeof import ( 'vue' ) [ 'reactive' ]
102
103
const reactiveComputed : typeof import ( '@vueuse/core' ) [ 'reactiveComputed' ]
103
104
const reactiveOmit : typeof import ( '@vueuse/core' ) [ 'reactiveOmit' ]
104
105
const reactivePick : typeof import ( '@vueuse/core' ) [ 'reactivePick' ]
105
106
const readonly : typeof import ( 'vue' ) [ 'readonly' ]
106
- const recalculateDetailPanels : typeof import ( './composables/navigation ' ) [ 'recalculateDetailPanels' ]
107
+ const recalculateDetailPanels : typeof import ( './composables/browser ' ) [ 'recalculateDetailPanels' ]
107
108
const ref : typeof import ( 'vue' ) [ 'ref' ]
108
109
const refAutoReset : typeof import ( '@vueuse/core' ) [ 'refAutoReset' ]
109
110
const refDebounced : typeof import ( '@vueuse/core' ) [ 'refDebounced' ]
110
111
const refDefault : typeof import ( '@vueuse/core' ) [ 'refDefault' ]
111
112
const refThrottled : typeof import ( '@vueuse/core' ) [ 'refThrottled' ]
112
113
const refWithControl : typeof import ( '@vueuse/core' ) [ 'refWithControl' ]
114
+ const registerResizingListener : typeof import ( './composables/browser' ) [ 'registerResizingListener' ]
113
115
const resolveComponent : typeof import ( 'vue' ) [ 'resolveComponent' ]
114
116
const resolveRef : typeof import ( '@vueuse/core' ) [ 'resolveRef' ]
115
117
const resolveUnref : typeof import ( '@vueuse/core' ) [ 'resolveUnref' ]
@@ -239,6 +241,7 @@ declare global {
239
241
const useMutationObserver : typeof import ( '@vueuse/core' ) [ 'useMutationObserver' ]
240
242
const useNavigatorLanguage : typeof import ( '@vueuse/core' ) [ 'useNavigatorLanguage' ]
241
243
const useNetwork : typeof import ( '@vueuse/core' ) [ 'useNetwork' ]
244
+ const useNotifyResizing : typeof import ( './composables/browser' ) [ 'useNotifyResizing' ]
242
245
const useNow : typeof import ( '@vueuse/core' ) [ 'useNow' ]
243
246
const useObjectUrl : typeof import ( '@vueuse/core' ) [ 'useObjectUrl' ]
244
247
const useOffsetPagination : typeof import ( '@vueuse/core' ) [ 'useOffsetPagination' ]
@@ -260,6 +263,7 @@ declare global {
260
263
const useRafFn : typeof import ( '@vueuse/core' ) [ 'useRafFn' ]
261
264
const useRefHistory : typeof import ( '@vueuse/core' ) [ 'useRefHistory' ]
262
265
const useResizeObserver : typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ]
266
+ const useResizing : typeof import ( './composables/browser' ) [ 'useResizing' ]
263
267
const useRoute : typeof import ( 'vue-router' ) [ 'useRoute' ]
264
268
const useRouter : typeof import ( 'vue-router' ) [ 'useRouter' ]
265
269
const useScreenOrientation : typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ]
0 commit comments