UNPKG

@zohodesk/dot

Version:

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

8 lines 254 B
import PropTypes from 'prop-types'; export const propTypes = { Element: PropTypes.element, autoClose: PropTypes.bool, hideTime: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), onPortalClose: PropTypes.func, isClose: PropTypes.bool };