UNPKG

react-beautiful-dnd

Version:

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

6 lines (4 loc) 210 B
// @flow const prefix = (key: string): string => `private-drag-drop-key-do-not-use-store-${key}`; export const storeKey: string = prefix('store'); export const droppableIdKey: string = prefix('droppable-id');