From 902571a26276a3e08986e921317b74657cff6669 Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 2 Feb 2016 16:33:55 +0100 Subject: [PATCH] updated module with ClassicComponentClass --- react-notification-system/react-notification-system.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-notification-system/react-notification-system.d.ts b/react-notification-system/react-notification-system.d.ts index 7eb9e3a06..84f479690 100644 --- a/react-notification-system/react-notification-system.d.ts +++ b/react-notification-system/react-notification-system.d.ts @@ -81,4 +81,4 @@ declare module NotificationSystem { declare module 'react-notification-system' { var component: __React.ClassicComponentClass; export = component; -} \ No newline at end of file +}