Skip to main content

PragmaticDndExports

PragmaticDndExports = { combine: typeof combineImport; draggable: typeof draggableImport; dropTargetForElements: typeof dropTargetForElementsImport; monitorForElements: typeof monitorForElementsImport; }

Defined in: dnd/src/adapters/pragmatic-dnd.tsx:55

The @atlaskit/pragmatic-drag-and-drop exports needed by the adapter.

Properties

combine

combine: typeof combineImport

Defined in: dnd/src/adapters/pragmatic-dnd.tsx:59


draggable

draggable: typeof draggableImport

Defined in: dnd/src/adapters/pragmatic-dnd.tsx:56


dropTargetForElements

dropTargetForElements: typeof dropTargetForElementsImport

Defined in: dnd/src/adapters/pragmatic-dnd.tsx:57


monitorForElements

monitorForElements: typeof monitorForElementsImport

Defined in: dnd/src/adapters/pragmatic-dnd.tsx:58


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.