@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
15 lines • 511 B
JavaScript
import PropTypes from 'prop-types';
export const propTypes = {
breakChildren: PropTypes.bool,
children: PropTypes.node,
closeTitle: PropTypes.string,
dataId: PropTypes.string,
iconClass: PropTypes.string,
iconName: PropTypes.string,
iconSize: PropTypes.string,
iconType: PropTypes.oneOf(['delete', 'alert', 'remoteAssist', 'splitTicket', 'update']),
needIcon: PropTypes.bool,
onClose: PropTypes.func,
palette: PropTypes.oneOf(['default', 'primary', 'danger']),
title: PropTypes.string
};