UNPKG

@dapplets/dapplet-extension

Version:
8 lines (7 loc) 255 B
import { ReactElement } from 'react'; export interface NotificationOverlayProps { payload: any; onRemove: any; handleOpenOverlayNotification?: any; } export declare const NotificationOverlay: (props: NotificationOverlayProps) => ReactElement;