Updates Component signature in @types/react-notification-system-redux (#18790)

This commit is contained in:
Richard Silverton 2017-08-14 20:03:00 +01:00 committed by Mohamed Hegazy
parent 3e4c511f7f
commit 4ecbf5db4d

View File

@ -12,7 +12,7 @@ export as namespace Notifications;
export = Notifications;
declare class Notifications extends Component<Notifications.NotificationsProps> {}
declare class Notifications extends Component<Notifications.NotificationsProps, {}> {}
declare namespace Notifications {
type NotificationsState = Notification[];