From 4ecbf5db4d337e4cdfdf24f0dbddef3fd0558127 Mon Sep 17 00:00:00 2001 From: Richard Silverton Date: Mon, 14 Aug 2017 20:03:00 +0100 Subject: [PATCH] Updates Component signature in @types/react-notification-system-redux (#18790) --- types/react-notification-system-redux/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-notification-system-redux/index.d.ts b/types/react-notification-system-redux/index.d.ts index 1e009a4f46..1af3a26de4 100644 --- a/types/react-notification-system-redux/index.d.ts +++ b/types/react-notification-system-redux/index.d.ts @@ -12,7 +12,7 @@ export as namespace Notifications; export = Notifications; -declare class Notifications extends Component {} +declare class Notifications extends Component {} declare namespace Notifications { type NotificationsState = Notification[];