UNPKG

respond-framework

Version:
10 lines (9 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = require("react"); const RespondContext = /*#__PURE__*/(0, _react.createContext)(); RespondContext.displayName = 'RespondContext'; var _default = exports.default = RespondContext;