UNPKG
react-arborist-simple
Version:
latest (3.5.0)
3.5.0
3.4.0
react-arborist-simple.netlify.app
brimdata/react-arborist-simple
react-arborist-simple
/
dist
/
main
/
components
/
default-drag-preview.d.ts
3 lines
(2 loc)
•
203 B
TypeScript
View Raw
1
2
3
import
{
DragPreviewProps
}
from
"../types/renderers"
;
export
declare
function
DefaultDragPreview
(
{ offset, mouse, id, dragIds, isDragging, }: DragPreviewProps
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;