UNPKG

ngx-drag-drop

Version:

Angular directives using the native HTML Drag And Drop API

7 lines (6 loc) 266 B
export * from './lib/dnd-draggable.directive'; export * from './lib/dnd-dropzone.directive'; export * from './lib/dnd-handle.directive'; export * from './lib/dnd-types'; export { DndDragImageOffsetFunction } from './lib/dnd-utils'; export * from './lib/dnd.module';