UNPKG

@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration

Version:

An optional Pragmatic drag and drop package that enables rapid migration from react-beautiful-dnd to Pragmatic drag and drop

4 lines (3 loc) 242 B
import React from 'react'; import type { DraggableProps } from 'react-beautiful-dnd'; export declare function Draggable({ children, draggableId, index, isDragDisabled, disableInteractiveElementBlocking, }: DraggableProps): React.JSX.Element;