UNPKG
@dgit/react-data-grid-addons
Version:
latest (4.0.17)
4.0.17
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
A set of addons for react-data-grid
@dgit/react-data-grid-addons
/
src
/
shared
/
html5DragDropContext.js
5 lines
(3 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
import
{
DragDropContext
}
from
'react-dnd'
;
import
HTML5Backend
from
'react-dnd-html5-backend'
;
export
default
DragDropContext
(
HTML5Backend
);