@zohodesk/a11y
Version:
In this Package, We Provide Some Basic Components For Accessibility.
17 lines • 517 B
JavaScript
import PropTypes from 'prop-types';
export default {
children: PropTypes.node,
needRestoreFocus: PropTypes.bool,
needAutoFocus: PropTypes.bool,
needListNavigation: PropTypes.bool,
needFocusLoop: PropTypes.bool,
elementRef: PropTypes.object,
onClose: PropTypes.func,
onUpdateRestore: PropTypes.func,
onClearRestore: PropTypes.func,
onFocus: PropTypes.func,
needEnterAction: PropTypes.bool,
loadNextOptions: PropTypes.func,
searchValue: PropTypes.string,
isFetchingOptions: PropTypes.bool
};