UNPKG

229 BJavaScriptView Raw
1import React from 'react'; // TODO: check
2
3var ToastContext = /*#__PURE__*/React.createContext({
4 // eslint-disable-next-line @typescript-eslint/no-empty-function
5 onClose: function onClose() {}
6});
7export default ToastContext;
\No newline at end of file