mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Updates Component signature in @types/react-notification-system-redux (#18790)
This commit is contained in:
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[];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user