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:49

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

Properties

DndContext

DndContext: typeof DndContextImport

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


KeyboardSensor

KeyboardSensor: typeof KeyboardSensorImport

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


PointerSensor

PointerSensor: typeof PointerSensorImport

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


useDraggable

useDraggable: typeof useDraggableImport

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


useDroppable

useDroppable: typeof useDroppableImport

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


useSensor

useSensor: typeof useSensorImport

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


useSensors

useSensors: typeof useSensorsImport

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


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.