From 2a5a0b0c5538273cb804bc6b264a9711552b6815 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Fri, 22 Aug 2025 15:56:58 -0700 Subject: [PATCH] chore: clean up --- assets/auto-imports.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/auto-imports.d.ts b/assets/auto-imports.d.ts index 67741693..09499763 100644 --- a/assets/auto-imports.d.ts +++ b/assets/auto-imports.d.ts @@ -332,6 +332,7 @@ declare global { const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn'] const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory'] const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo'] + const useTimeAgoIntl: typeof import('@vueuse/core')['useTimeAgoIntl'] const useTimeout: typeof import('@vueuse/core')['useTimeout'] const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn'] const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll'] @@ -728,6 +729,7 @@ declare module 'vue' { readonly useThrottleFn: UnwrapRef readonly useThrottledRefHistory: UnwrapRef readonly useTimeAgo: UnwrapRef + readonly useTimeAgoIntl: UnwrapRef readonly useTimeout: UnwrapRef readonly useTimeoutFn: UnwrapRef readonly useTimeoutPoll: UnwrapRef