UNPKG

@zohodesk/dot

Version:

In this Library, we Provide Some Basic Components to Build Your Application

13 lines 402 B
import PropTypes from 'prop-types'; export const propTypes = { sliderDetails: PropTypes.arrayOf(PropTypes.shape({ tabName: PropTypes.string.isRequired })).isRequired, currentSliderIndex: PropTypes.string, isAnimationPaused: PropTypes.bool, onClick: PropTypes.func, onMouseEnter: PropTypes.func, onMouseLeave: PropTypes.func, testId: PropTypes.string, customId: PropTypes.string };