UNPKG

206 BJavaScriptView Raw
1import * as React from 'react';
2export const DroppableContext = React.createContext({
3 zone: 'defaultDroppableZone',
4 droppableId: 'defaultDroppableId'
5});
6//# sourceMappingURL=DroppableContext.js.map
\No newline at end of file