UNPKG

vue-antd-ui

Version:

An enterprise-class UI design language and Vue-based implementation

13 lines (12 loc) 376 B
import PropTypes from '../../_util/vue-types'; export var ITouchProps = { disabled: PropTypes.bool, activeClassName: PropTypes.string, activeStyle: PropTypes.any // onTouchStart: PropTypes.func, // onTouchEnd: PropTypes.func, // onTouchCancel: PropTypes.func, // onMouseDown: PropTypes.func, // onMouseUp: PropTypes.func, // onMouseLeave: PropTypes.func, };