From 838b4ddc433ead0ab176e34ec46f411f4dddecbd Mon Sep 17 00:00:00 2001 From: Rudro Khan Date: Thu, 13 Nov 2025 14:34:42 +0100 Subject: [PATCH] feat(types): Export missing utils types --- src/runtime/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/types/index.ts b/src/runtime/types/index.ts index 8dc0924ce2..3ccc178536 100644 --- a/src/runtime/types/index.ts +++ b/src/runtime/types/index.ts @@ -111,3 +111,4 @@ export * from '../components/locale/LocaleSelect.vue' export * from './form' export * from './locale' export * from './tv' +export * from './utils'