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

Fix Notifications extension API

Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
Panu Horsmalahti 2023-01-16 13:52:27 +02:00
parent c361852dd2
commit 45060da0f7

View File

@ -72,16 +72,7 @@ export * from "../../renderer/components/drawer";
export * from "../../renderer/components/dialog";
export * from "../../renderer/components/line-progress";
export * from "../../renderer/components/menu";
export type {
CreateNotificationOptions,
Notification,
NotificationId,
NotificationMessage,
NotificationStatus,
ShowNotification,
NotificationsStore,
} from "../../renderer/components/notifications";
export * from "../../renderer/components/notifications";
export const Notifications = {
ok: asLegacyGlobalFunctionForExtensionApi(showSuccessNotificationInjectable),