UNPKG
@edorivai/react-smooth-dnd
Version:
latest (0.11.2)
0.11.2
Drag and Drop library
github.com/edorivai/react-smooth-dnd
edorivai/react-smooth-dnd
@edorivai/react-smooth-dnd
/
dist
/
index.d.ts
5 lines
(4 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
import
Container
from
'./src/Container'
;
import
Draggable
from
'./src/Draggable'
;
export
*
from
'smooth-dnd'
;
export
{
Container
,
Draggable
};