UNPKG

@zohodesk/utils

Version:

Unified Component Library - Utils

6 lines 198 B
import PropTypes from 'prop-types'; export default { 'aria-label': PropTypes.string, 'aria-labelledby': PropTypes.string, tabIndex: PropTypes.oneOfType([PropTypes.string, PropTypes.number]) };