From 89ce6d4f4976e87f86a3393dd9dd9283a646168c Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 2 Feb 2016 16:22:50 +0100 Subject: [PATCH] updated module with ClassicComponentClass --- react-notification-system/react-notification-system.d.ts | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/react-notification-system/react-notification-system.d.ts b/react-notification-system/react-notification-system.d.ts index 04e6313a2..7eb9e3a06 100644 --- a/react-notification-system/react-notification-system.d.ts +++ b/react-notification-system/react-notification-system.d.ts @@ -75,15 +75,10 @@ declare module NotificationSystem { ref?: string; style?: Style | boolean; } - - - export interface Component { - (): React.ReactElement; - } } declare module 'react-notification-system' { - var component: NotificationSystem.Component; + var component: __React.ClassicComponentClass; export = component; -} +} \ No newline at end of file