UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

13 lines (9 loc) 198 B
/** * MSKCC 2021, 2024 */ import { createContext } from 'react'; const TableContext = /*#__PURE__*/createContext({ titleId: undefined, descriptionId: undefined }); export { TableContext };