diff --git a/apps/app/auto-imports.d.ts b/apps/app/auto-imports.d.ts index 2bf7c39b..dbef1523 100644 --- a/apps/app/auto-imports.d.ts +++ b/apps/app/auto-imports.d.ts @@ -307,6 +307,7 @@ declare global { const useRefHistory: typeof import('@vueuse/core')['useRefHistory'] const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver'] const useResponsiveLeftSidebar: typeof import('./src/@core/composable/useResponsiveSidebar')['useResponsiveLeftSidebar'] + const useRightDrawer: typeof import('./src/composables/useRightDrawer')['useRightDrawer'] const useRound: typeof import('@vueuse/math')['useRound'] const useRoute: typeof import('vue-router/auto')['useRoute'] const useRouter: typeof import('vue-router/auto')['useRouter'] @@ -684,6 +685,7 @@ declare module 'vue' { readonly useRefHistory: UnwrapRef readonly useResizeObserver: UnwrapRef readonly useResponsiveLeftSidebar: UnwrapRef + readonly useRightDrawer: UnwrapRef readonly useRound: UnwrapRef readonly useRoute: UnwrapRef readonly useRouter: UnwrapRef