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

8 lines 234 B
import { attributes } from './attributes'; import { findElement } from './find-element'; export function findPlaceholder(contextId) { return findElement({ attribute: attributes.placeholder.contextId, value: contextId }); }