UNPKG

@randy.tarampi/jsx

Version:

Some common JSX components for www.randytarampi.ca

23 lines (18 loc) 877 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = exports.clearErrorTimeoutHandler = exports.clearErrorTimeoutHandlerCreator = exports.CLEAR_ERROR_TIMEOUT_HANDLER = void 0; var _reduxActions = require("redux-actions"); var CLEAR_ERROR_TIMEOUT_HANDLER = "CLEAR_ERROR_TIMEOUT_HANDLER"; exports.CLEAR_ERROR_TIMEOUT_HANDLER = CLEAR_ERROR_TIMEOUT_HANDLER; var clearErrorTimeoutHandlerCreator = function clearErrorTimeoutHandlerCreator() { return function (dispatch) { dispatch(clearErrorTimeoutHandler()); }; }; exports.clearErrorTimeoutHandlerCreator = clearErrorTimeoutHandlerCreator; var clearErrorTimeoutHandler = (0, _reduxActions.createAction)(CLEAR_ERROR_TIMEOUT_HANDLER); exports.clearErrorTimeoutHandler = clearErrorTimeoutHandler; var _default = clearErrorTimeoutHandlerCreator; exports["default"] = _default;