UNPKG

@zohodesk/dot

Version:

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

17 lines 517 B
import PropTypes from 'prop-types'; export const propTypes = { dataId: PropTypes.string, dataSelectorId: PropTypes.string, fileSize: PropTypes.string, getRef: PropTypes.func, iconName: PropTypes.string, imgSrc: PropTypes.string, isPreview: PropTypes.bool, isPreviewType: PropTypes.bool, onClick: PropTypes.func, onRemove: PropTypes.func, progressValue: PropTypes.string, size: PropTypes.oneOf(['small', 'medium']), tooltip: PropTypes.string, palette: PropTypes.oneOf(['light', 'night']) };