OldUMD and many other module fixes.

This commit is contained in:
Raghav Katyal
2016-05-23 15:17:06 -07:00
parent fb9c384720
commit c17b1b78b8
328 changed files with 12184 additions and 12442 deletions

View File

@@ -76,7 +76,5 @@ declare namespace NotificationSystem {
}
declare module 'react-notification-system' {
var component: React.ClassicComponentClass<NotificationSystem.Attributes>;
export = component;
}
declare var NotificationSystem: React.ClassicComponentClass<NotificationSystem.Attributes>;
export = NotificationSystem;