diff --git a/react-notification-system/react-notification-system.d.ts b/react-notification-system/react-notification-system.d.ts index 04e6313a2..84f479690 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; }