|
@@ -62,6 +62,8 @@ declare global {
|
|
|
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']
|
|
|
const watchEffect: typeof import('vue')['watchEffect']
|
|
|
const watchPostEffect: typeof import('vue')['watchPostEffect']
|