@zohodesk/components
Version:
In this Package, we Provide Some Basic Components to Build Web App
8 lines • 304 B
JavaScript
import PropTypes from 'prop-types';
import { DropBoxPropTypes } from "./../../DropBox/props/propTypes";
export const propTypes = { ...DropBoxPropTypes,
children: PropTypes.element,
customClass: PropTypes.object,
isResponsivePadding: PropTypes.bool,
alignBox: PropTypes.oneOf(['column', 'row'])
};