UNPKG

@zohodesk/components

Version:

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

19 lines 652 B
import PropTypes from 'prop-types'; export const propTypes = { children: PropTypes.node.isRequired, component: PropTypes.element, enterDelay: PropTypes.number, enterDuration: PropTypes.number, enterHideStyle: PropTypes.object, enterName: PropTypes.string, enterShowStyle: PropTypes.object, exitDelay: PropTypes.number, exitDuration: PropTypes.number, exitName: PropTypes.string, isActive: PropTypes.bool, isCustomized: PropTypes.bool, isFlex: PropTypes.bool, name: PropTypes.oneOf(['fade', 'slideDown', 'flyDown', 'slideRight', 'shrink', 'expand', 'slideLeft']), needUIPack: PropTypes.bool, runOnMount: PropTypes.bool };