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.

7 lines 184 B
import PropTypes from 'prop-types'; export default PropTypes.shape({ offsetX: PropTypes.number, offsetY: PropTypes.number, width: PropTypes.number, height: PropTypes.number });