UNPKG

ng-drag-drop

Version:

Drag & Drop for Angular - based on HTML5 with no external dependencies.

11 lines 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var DropEvent = /** @class */ (function () { function DropEvent(event, data) { this.nativeEvent = event; this.dragData = data; } return DropEvent; }()); exports.DropEvent = DropEvent; //# sourceMappingURL=drop-event.model.js.map