UNPKG

@zohodesk/dot

Version:

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

8 lines 279 B
import PropTypes from 'prop-types'; export const propTypes = { customClass: PropTypes.string, dataId: PropTypes.string, dataTitle: PropTypes.string, onClose: PropTypes.func, type: PropTypes.oneOf(['success', 'danger', 'info', 'warning', 'error', 'light', 'primary']) };