jb-notification
Version:
notification web component
17 lines • 575 B
TypeScript
import 'jb-notification';
import 'jb-notification/wrapper';
import { JBNotificationWrapperWebComponent } from 'jb-notification/wrapper';
import { type NotificationType } from 'jb-notification';
export declare class NotificationManager {
#private;
get wrapperDom(): JBNotificationWrapperWebComponent;
constructor();
new(params: NewNotificationProps): void;
onNotificationClose(e: Event): void;
}
export type NewNotificationProps = {
title: string;
type?: NotificationType;
desc?: string;
};
//# sourceMappingURL=jb-notification-manager.d.ts.map