UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

10 lines (7 loc) 169 B
/** * MSKCC 2021, 2024 */ const levels = ['one', 'two', 'three']; const MIN_LEVEL = 0; const MAX_LEVEL = levels.length - 1; export { MAX_LEVEL, MIN_LEVEL, levels };