UNPKG

@zohodesk/dot

Version:

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

6 lines 237 B
import PropTypes from 'prop-types'; export const propTypes = { customClass: PropTypes.string, palette: PropTypes.oneOf(['green', 'blue', 'yellow']), position: PropTypes.oneOf(['topRight', 'topLeft', 'bottomRight', 'bottomLeft']) };