diff --git a/types/react-notification-system-redux/index.d.ts b/types/react-notification-system-redux/index.d.ts index 1e009a4f46..1af3a26de4 100644 --- a/types/react-notification-system-redux/index.d.ts +++ b/types/react-notification-system-redux/index.d.ts @@ -12,7 +12,7 @@ export as namespace Notifications; export = Notifications; -declare class Notifications extends Component {} +declare class Notifications extends Component {} declare namespace Notifications { type NotificationsState = Notification[];