@appbuckets/react-ui-smart-components
Version:
UI Extended Components that work with @appbuckets/react-client and @appbuckets/react-ui
14 lines (11 loc) • 391 B
JavaScript
import { __assign } from '../_virtual/_tslib.js';
import * as React from 'react';
import ButterToast from 'butter-toast';
/* --------
* Component Render
* -------- */
var NotificationContainer = function (props) {
return React.createElement(ButterToast, __assign({}, props));
};
NotificationContainer.displayName = 'NotificationContainer';
export { NotificationContainer as default };