UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

17 lines (11 loc) 286 B
/** * MSKCC 2021, 2024 */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var React = require('react'); const TableContext = /*#__PURE__*/React.createContext({ titleId: undefined, descriptionId: undefined }); exports.TableContext = TableContext;