Skip to content

Commit

Permalink
fix: export notification center props
Browse files Browse the repository at this point in the history
  • Loading branch information
Leobel Izquierdo committed Sep 17, 2024
1 parent b17f4a8 commit abaa4ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ export type {
IWorkspaceSelectorDisplayItem,
IWorkspaceSelectorItem,
} from './navigation/GlobalNavigation/WorkspaceSelector/WorkspaceSelectorItems'
export type {
INotificationCenterProps,
NotificationCenterZIndex,
} from './navigation/GlobalNavigation/NotificationCenter'
export { SuiteLogo } from './navigation/GlobalNavigation/SuiteLogo'
export { Typography } from './general/Typography/Typography'

Expand Down

0 comments on commit abaa4ba

Please sign in to comment.