UNPKG

@zohodesk/a11y

Version:

In this Package, We Provide Some Basic Components For Accessibility.

7 lines 192 B
import PropTypes from 'prop-types'; export const propTypes = { element: PropTypes.object, tooltipEventFocus: PropTypes.func, tooltipEventBlur: PropTypes.func }; export default propTypes;