UNPKG

@react-querybuilder/dnd

Version:

Drag-and-drop-enabled version of react-querybuilder

7 lines (6 loc) 208 B
import type { Context } from "react"; import type { QueryBuilderDndContextProps } from "./types"; /** * @group Components */ export declare const QueryBuilderDndContext: Context<QueryBuilderDndContextProps>;