Skip to main content

DndKitExports

DndKitExports = { DndContext: typeof DndContextImport; KeyboardSensor: typeof KeyboardSensorImport; PointerSensor: typeof PointerSensorImport; useDraggable: typeof useDraggableImport; useDroppable: typeof useDroppableImport; useSensor: typeof useSensorImport; useSensors: typeof useSensorsImport; }

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

The @dnd-kit/core exports needed by the adapter.

Properties

DndContext

DndContext: typeof DndContextImport

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


KeyboardSensor

KeyboardSensor: typeof KeyboardSensorImport

Defined in: dnd/src/adapters/dnd-kit.tsx:62


PointerSensor

PointerSensor: typeof PointerSensorImport

Defined in: dnd/src/adapters/dnd-kit.tsx:61


useDraggable

useDraggable: typeof useDraggableImport

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


useDroppable

useDroppable: typeof useDroppableImport

Defined in: dnd/src/adapters/dnd-kit.tsx:60


useSensor

useSensor: typeof useSensorImport

Defined in: dnd/src/adapters/dnd-kit.tsx:63


useSensors

useSensors: typeof useSensorsImport

Defined in: dnd/src/adapters/dnd-kit.tsx:64


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.