From a361cebb82c5b8da64b884a747bd64c4dc232942 Mon Sep 17 00:00:00 2001 From: lovrozagar Date: Wed, 9 Oct 2024 16:35:25 +0200 Subject: [PATCH] feat: export module path --- src/utils/preload-modules.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/preload-modules.ts b/src/utils/preload-modules.ts index 2479cc5..437cddf 100644 --- a/src/utils/preload-modules.ts +++ b/src/utils/preload-modules.ts @@ -158,3 +158,5 @@ function preloadComponents(modulePaths: ModulePath[]) { } export { preloadComponents } + +export type { ModulePath }