updated module with ClassicComponentClass

This commit is contained in:
Andrey
2016-02-02 16:33:55 +01:00
parent 89ce6d4f49
commit 902571a262
+1 -1
View File
@@ -81,4 +81,4 @@ declare module NotificationSystem {
declare module 'react-notification-system' {
var component: __React.ClassicComponentClass<NotificationSystem.Attributes>;
export = component;
}
}