react-notifications-component-updated
Version:
React component for creating notifications on the fly
5 lines (4 loc) • 919 B
TypeScript
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 };