UNPKG

@zohodesk/dot

Version:

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

37 lines 1.23 kB
import PropTypes from 'prop-types'; export const propTypes = { dataSelectorId: PropTypes.string, arrowBoxSize: PropTypes.oneOf(['small', 'medium']), children: PropTypes.node, className: PropTypes.string, dataId: PropTypes.string, dataTitle: PropTypes.string, dropBoxClass: PropTypes.string, defaultPosition: PropTypes.string, position: PropTypes.string, iconName: PropTypes.string, iconSize: PropTypes.string, isArrow: PropTypes.bool, isBoxPaddingNeed: PropTypes.bool, isDisabled: PropTypes.bool, isLoading: PropTypes.bool, isPopupOpen: PropTypes.bool, onClick: PropTypes.func, onHover: PropTypes.bool, palette: PropTypes.oneOf(['primaryFilled', 'primary']), removeClose: PropTypes.func, size: PropTypes.oneOf(['small', 'medium', 'large']), subText: PropTypes.string, text: PropTypes.string, getContainerRef: PropTypes.func, getTargetRef: PropTypes.func, removeChildrenTooltip: PropTypes.bool, innerClassName: PropTypes.string, popupGroup: PropTypes.string, togglePopup: PropTypes.func, openPopupOnly: PropTypes.func, isAbsolutePositioningNeeded: PropTypes.bool, isRestrictScroll: PropTypes.bool, positionsOffset: PropTypes.object, targetOffset: PropTypes.object };