UNPKG

react-beautiful-dnd-next

Version:

Beautiful and accessible drag and drop for lists with React

6 lines (4 loc) 141 B
// @flow import React from 'react'; import type { Store } from '../../state/store-types'; export default React.createContext<?Store>(null);