UNPKG

react-beautiful-dnd

Version:

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

6 lines (5 loc) 238 B
// @flow export const prefix: string = 'data-react-beautiful-dnd'; export const dragHandle: string = `${prefix}-drag-handle`; export const draggable: string = `${prefix}-draggable`; export const droppable: string = `${prefix}-droppable`;