first commit
This commit is contained in:
12
frontend/node_modules/rc-notification/es/NotificationProvider.js
generated
vendored
Normal file
12
frontend/node_modules/rc-notification/es/NotificationProvider.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
export var NotificationContext = /*#__PURE__*/React.createContext({});
|
||||
var NotificationProvider = function NotificationProvider(_ref) {
|
||||
var children = _ref.children,
|
||||
classNames = _ref.classNames;
|
||||
return /*#__PURE__*/React.createElement(NotificationContext.Provider, {
|
||||
value: {
|
||||
classNames: classNames
|
||||
}
|
||||
}, children);
|
||||
};
|
||||
export default NotificationProvider;
|
||||
Reference in New Issue
Block a user