UNPKG

react-beautiful-dnd-next

Version:

Beautiful and accessible drag and drop for lists with React

13 lines (10 loc) 231 B
// @flow import type { UserDirection } from '../../types'; export const forward: UserDirection = { vertical: 'down', horizontal: 'right', }; export const backward: UserDirection = { vertical: 'up', horizontal: 'left', };