2020-06-12 14:05:56 +00:00
|
|
|
import PropTypes from '../_util/vue-types';
|
|
|
|
export default () => ({
|
|
|
|
visibilityHeight: PropTypes.number,
|
|
|
|
// onClick?: React.MouseEventHandler<any>;
|
|
|
|
target: PropTypes.func,
|
|
|
|
prefixCls: PropTypes.string,
|
|
|
|
onClick: PropTypes.func,
|
2020-10-10 10:16:28 +00:00
|
|
|
// visible: PropTypes.looseBool, // Only for test. Don't use it.
|
2020-06-12 14:05:56 +00:00
|
|
|
});
|