UNPKG

apeman-react-touchable

Version:
20 lines (17 loc) 177 B
/** * @namespace Enums */ 'use strict' const directions = [ 'NONE', 'LEFT', 'RIGHT', 'UP', 'DOWN', 'HORIZONTAL', 'VERTICAL', 'ALL' ] export { directions }