|
@@ -164,7 +164,7 @@ declare global {
|
|
|
const useDebounce: typeof import('@vueuse/core')['useDebounce']
|
|
const useDebounce: typeof import('@vueuse/core')['useDebounce']
|
|
|
const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
|
|
const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
|
|
|
const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
|
|
const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
|
|
|
- const useDelRow: (typeof import('../src/hooks/useDelRow'))['default']
|
|
|
|
|
|
|
+ const useDelRow: typeof import('../src/hooks/useDelRow')['default']
|
|
|
const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
|
|
const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
|
|
|
const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
|
|
const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
|
|
|
const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
|
|
const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
|
|
@@ -173,6 +173,7 @@ declare global {
|
|
|
const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
|
|
const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
|
|
|
const useDraggable: typeof import('@vueuse/core')['useDraggable']
|
|
const useDraggable: typeof import('@vueuse/core')['useDraggable']
|
|
|
const useDropZone: typeof import('@vueuse/core')['useDropZone']
|
|
const useDropZone: typeof import('@vueuse/core')['useDropZone']
|
|
|
|
|
+ const useEditRow: typeof import('../src/hooks/useEditRow')['default']
|
|
|
const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
|
|
const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
|
|
|
const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
|
|
const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
|
|
|
const useElementHover: typeof import('@vueuse/core')['useElementHover']
|
|
const useElementHover: typeof import('@vueuse/core')['useElementHover']
|
|
@@ -222,6 +223,7 @@ declare global {
|
|
|
const useOnline: typeof import('@vueuse/core')['useOnline']
|
|
const useOnline: typeof import('@vueuse/core')['useOnline']
|
|
|
const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
|
|
const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
|
|
|
const useParallax: typeof import('@vueuse/core')['useParallax']
|
|
const useParallax: typeof import('@vueuse/core')['useParallax']
|
|
|
|
|
+ const useParams: typeof import('../src/hooks/useParams')['default']
|
|
|
const useParentElement: typeof import('@vueuse/core')['useParentElement']
|
|
const useParentElement: typeof import('@vueuse/core')['useParentElement']
|
|
|
const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver']
|
|
const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver']
|
|
|
const usePermission: typeof import('@vueuse/core')['usePermission']
|
|
const usePermission: typeof import('@vueuse/core')['usePermission']
|
|
@@ -235,7 +237,7 @@ declare global {
|
|
|
const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
|
|
const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
|
|
|
const usePrevious: typeof import('@vueuse/core')['usePrevious']
|
|
const usePrevious: typeof import('@vueuse/core')['usePrevious']
|
|
|
const useRafFn: typeof import('@vueuse/core')['useRafFn']
|
|
const useRafFn: typeof import('@vueuse/core')['useRafFn']
|
|
|
- const useRecordData: (typeof import('../src/hooks/useRecordData'))['default']
|
|
|
|
|
|
|
+ const useRecordData: typeof import('../src/hooks/useRecordData')['default']
|
|
|
const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
|
|
const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
|
|
|
const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
|
|
const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
|
|
|
const useRoute: typeof import('vue-router')['useRoute']
|
|
const useRoute: typeof import('vue-router')['useRoute']
|