UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

14 lines (10 loc) 269 B
/** * MSKCC 2021, 2024 */ import PropTypes from 'prop-types'; import isRequiredOneOf from './isRequiredOneOf.js'; const AriaLabelPropType = isRequiredOneOf({ 'aria-label': PropTypes.string, 'aria-labelledby': PropTypes.string }); export { AriaLabelPropType };