UNPKG

@zohodesk/components

Version:

In this Package, we Provide Some Basic Components to Build Web App

7 lines 185 B
import PropTypes from 'prop-types'; export const propTypes = { i18nKeys: PropTypes.object, onClick: PropTypes.func, selectedOptions: PropTypes.array, children: PropTypes.node };