UNPKG

421 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.TabContext = void 0;
7var _react = _interopRequireDefault(require("react"));
8function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9/**
10 * TabContext
11 * {
12 * activeTabId: PropTypes.any
13 * }
14 */
15const TabContext = /*#__PURE__*/_react.default.createContext({});
16exports.TabContext = TabContext;
\No newline at end of file