import Notification from 'rc-notification'; Notification.newInstance({}, notification => { notification.notice({ content: 'content' }); });