UNPKG

403 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 item: any;\n i: number;\n initialIndex: number;\n lastZoneIndex: number;\n overZoneIndex: number;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file