UNPKG

389 BSource Map (JSON)View Raw
1{"version":3,"file":"draggable-item.js","sourceRoot":"","sources":["../../../../src/sortable/draggable-item.ts"],"names":[],"mappings":"","sourcesContent":["export interface DraggableItem {\n event: DragEvent;\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n item: any;\n i: number;\n initialIndex: number;\n lastZoneIndex: number;\n overZoneIndex: number;\n}\n"]}
\No newline at end of file