UNPKG

web3-mq-react

Version:
10 lines (9 loc) 359 B
import React from 'react'; export declare type NotificationShowType = 'list' | 'modal'; export declare type NotificationListProps = { EmptyContaniner?: React.ReactNode; className?: string; Notification?: React.ComponentType<any>; style?: React.CSSProperties; }; export declare const NotificationList: React.FC<NotificationListProps>;