UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

5 lines (4 loc) 259 B
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>;