UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

11 lines (10 loc) 360 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TabsContext = void 0; const tslib_1 = require("tslib"); const React = tslib_1.__importStar(require("react")); exports.TabsContext = React.createContext({ activeTabId: undefined, }); exports.TabsContext.displayName = 'TabsContext'; //# sourceMappingURL=TabsContext.js.map