@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
17 lines • 517 B
JavaScript
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.number,
size: PropTypes.oneOf(['small', 'medium']),
tooltip: PropTypes.string,
palette: PropTypes.oneOf(['light', 'night'])
};