mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-05 05:04:26 +00:00
Updates Component signature in @types/react-notification-system-redux (#18790)
This commit is contained in:
committed by
Mohamed Hegazy
parent
3e4c511f7f
commit
4ecbf5db4d
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user