UNPKG

react-notifications-component-updated

Version:
5 lines (4 loc) 919 B
import { iContainerProps, iContainerState, Container } from '../src/components/Container'; import Store from '../src/store'; import { iNotification, NotificationTitleMessage, NotificationContent, iTransition, iTouchTransition, iNotificationDismiss, iNotificationCustomType, iNotificationProps, iNotificationState, iNotificationParentStyle, iStore, iNotificationStoreParams, NOTIFICATION_CONTAINER, NOTIFICATION_TYPE, NOTIFICATION_INSERTION, NOTIFICATION_REMOVAL_SOURCE } from '../src/typings'; export { Container as ReactNotifications, Store, iContainerProps, iContainerState, iNotification, NotificationTitleMessage, NotificationContent, iTransition, iTouchTransition, iNotificationDismiss, iNotificationCustomType, iNotificationProps, iNotificationState, iNotificationParentStyle, iStore, iNotificationStoreParams, NOTIFICATION_CONTAINER, NOTIFICATION_TYPE, NOTIFICATION_INSERTION, NOTIFICATION_REMOVAL_SOURCE };