@datamonsterr/vdt-dashboard
Version:
8 lines • 362 B
TypeScript
import type { ReactNode } from 'react';
import { useDragDropContext } from './DragDropContext';
interface DragDropConsumerProps {
children: (dragDropState: ReturnType<typeof useDragDropContext>) => ReactNode;
}
export declare function DragDropConsumer({ children }: DragDropConsumerProps): ReactNode;
export {};
//# sourceMappingURL=DragDropConsumer.d.ts.map