1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix Notifications extension API (#6946)

* Fix Notifications extension API

Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>

* Only export specific types and values.

Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>

Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
Panu Horsmalahti 2023-01-16 14:27:25 +02:00 committed by GitHub
parent c361852dd2
commit 90c8e8e70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,14 +73,14 @@ export * from "../../renderer/components/dialog";
export * from "../../renderer/components/line-progress";
export * from "../../renderer/components/menu";
export type {
CreateNotificationOptions,
Notification,
NotificationId,
NotificationMessage,
export {
NotificationStatus,
ShowNotification,
NotificationsStore,
type CreateNotificationOptions,
type Notification,
type NotificationId,
type NotificationMessage,
type ShowNotification,
type NotificationsStore,
} from "../../renderer/components/notifications";
export const Notifications = {