apeman-react-touchable
Version:
apeman react package for touchable component.
20 lines (16 loc) • 369 B
JSX
/**
* apeman react package for touchable component.
* @module apeman-react-touchable
* @version 5.3.0
*/
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
}