UNPKG

react-dnd

Version:

Drag and Drop for React

8 lines (7 loc) 191 B
import { createContext } from 'react'; /** * Create the React Context */ export const DndContext = createContext({ dragDropManager: undefined }); //# sourceMappingURL=DndContext.js.map