UNPKG

metadata-based-explorer1

Version:
11 lines (9 loc) 296 B
import * as React from 'react'; import Portal from '../portal'; var NotificationsWrapper = function NotificationsWrapper(_ref) { var children = _ref.children; return React.createElement(Portal, { className: "notifications-wrapper" }, children); }; export default NotificationsWrapper;