UNPKG

ant-design-vue

Version:

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

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