@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
5 lines (4 loc) • 314 B
TypeScript
import React from 'react';
import type { DroppableProps } from 'react-beautiful-dnd';
export declare function Droppable({ children, droppableId, type, // This default value replicates `react-beautiful-dnd`,
direction, mode, renderClone, getContainerForClone, isDropDisabled, }: DroppableProps): React.JSX.Element;