DroppableContext: React.Context<{
    droppableId: string;
    zone: string;
}>