UNPKG

@douyinfe/semi-ui

Version:

A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.

9 lines (7 loc) 269 B
import PropTypes from 'prop-types'; export default PropTypes.shape({ offsetX: PropTypes.number, offsetY: PropTypes.number, width: PropTypes.number, // This value is swapped with height when position is leftXXX or rightXXX height: PropTypes.number, });