UNPKG

@zohodesk/dot

Version:

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

21 lines 656 B
import PropTypes from 'prop-types'; export const propTypes = { children: PropTypes.node, className: PropTypes.string, dataId: PropTypes.string, description: PropTypes.string, getEmptyState: PropTypes.func, isFluid: PropTypes.bool, linkDescription: PropTypes.string, linkTarget: PropTypes.oneOf(['_blank', '_self']), linkText: PropTypes.string, linkUrl: PropTypes.string, onUrlClick: PropTypes.func, size: PropTypes.oneOf(['small', 'medium']), title: PropTypes.string, palette: PropTypes.oneOf(['default', 'dark']), customClass: PropTypes.shape({ titleClass: PropTypes.string, descriptionClass: PropTypes.string }) };