UNPKG

react-beautiful-dnd

Version:

Beautiful, accessible drag and drop for lists with React.js

10 lines (9 loc) 286 B
// @flow export const tab: number = 9; export const enter: number = 13; export const escape: number = 27; export const space: number = 32; export const arrowLeft: number = 37; export const arrowUp: number = 38; export const arrowRight: number = 39; export const arrowDown: number = 40;