import type { DragDetail } from "../../controllers/useSortable.js";
import type { Block } from "../calcite-block/customElement.js";
import type { BlockGroup } from "./customElement.js";

export type BlockDragDetail = DragDetail<BlockGroup, BlockGroup, Block>;