From dc4fede4cfb350de5dbeb2587e8d7599ffc0df04 Mon Sep 17 00:00:00 2001 From: Leobel Izquierdo Date: Fri, 20 Sep 2024 17:19:18 -0400 Subject: [PATCH] fix: export zIndex --- src/components/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/index.ts b/src/components/index.ts index 88294c255..7dce8bebb 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -109,8 +109,8 @@ export type { IWorkspaceSelectorDisplayItem, IWorkspaceSelectorItem, } from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems' -export type { - INotificationCenterProps, +export { + type INotificationCenterProps, NotificationCenterZIndex, } from './navigation/GlobalNavigation/NotificationCenter' export { SuiteLogo } from './navigation/GlobalNavigation/SuiteLogo'