UNPKG

apeman-react-touchable

Version:
20 lines (16 loc) 369 B
/** * apeman react package for touchable component. * @module apeman-react-touchable * @version 5.3.0 */ 'use strict' import withOutside from './with_outside' import withTouch from './with_touch' import ApTouchableStyle from './ap_touchable_style' import ApTouchable from './ap_touchable' export { withOutside, withTouch, ApTouchableStyle, ApTouchable }