|
@@ -52,6 +52,7 @@ declare global {
|
|
|
const triggerRef: typeof import('vue')['triggerRef']
|
|
|
const unref: typeof import('vue')['unref']
|
|
|
const useAttrs: typeof import('vue')['useAttrs']
|
|
|
+ const useCrudSchemas: typeof import('@/hooks/web/useCrudSchemas')['useCrudSchemas']
|
|
|
const useCssModule: typeof import('vue')['useCssModule']
|
|
|
const useCssVars: typeof import('vue')['useCssVars']
|
|
|
const useI18n: typeof import('@/hooks/web/useI18n')['useI18n']
|
|
@@ -60,6 +61,7 @@ declare global {
|
|
|
const useRoute: typeof import('vue-router')['useRoute']
|
|
|
const useRouter: typeof import('vue-router')['useRouter']
|
|
|
const useSlots: typeof import('vue')['useSlots']
|
|
|
+ const useTable: typeof import('@/hooks/web/useTable')['useTable']
|
|
|
const useVxeCrudSchemas: typeof import('@/hooks/web/useVxeCrudSchemas')['useVxeCrudSchemas']
|
|
|
const useXTable: typeof import('@/hooks/web/useXTable')['useXTable']
|
|
|
const watch: typeof import('vue')['watch']
|