UNPKG

react-notification-center

Version:

react-notification-center keep all your notification in a single place

10 lines (7 loc) 288 B
import React from 'react'; const NotificationFooter = props => <div className="rn-footer">{props.children}</div>; NotificationFooter.displayName = 'NotificationHeader'; NotificationFooter.proptypes = { children: React.PropTypes.node.isRequired }; export default NotificationFooter;