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:
parent
c361852dd2
commit
90c8e8e70c
@ -73,14 +73,14 @@ export * from "../../renderer/components/dialog";
|
|||||||
export * from "../../renderer/components/line-progress";
|
export * from "../../renderer/components/line-progress";
|
||||||
export * from "../../renderer/components/menu";
|
export * from "../../renderer/components/menu";
|
||||||
|
|
||||||
export type {
|
export {
|
||||||
CreateNotificationOptions,
|
|
||||||
Notification,
|
|
||||||
NotificationId,
|
|
||||||
NotificationMessage,
|
|
||||||
NotificationStatus,
|
NotificationStatus,
|
||||||
ShowNotification,
|
type CreateNotificationOptions,
|
||||||
NotificationsStore,
|
type Notification,
|
||||||
|
type NotificationId,
|
||||||
|
type NotificationMessage,
|
||||||
|
type ShowNotification,
|
||||||
|
type NotificationsStore,
|
||||||
} from "../../renderer/components/notifications";
|
} from "../../renderer/components/notifications";
|
||||||
|
|
||||||
export const Notifications = {
|
export const Notifications = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user