Skip to content

Commit 32f4ce3

Browse files
committed
fix: expose ValidateDrag type
1 parent a76cfab commit 32f4ce3

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

projects/angular-draggable-droppable/src/lib/index.ts

-8
This file was deleted.

projects/angular-draggable-droppable/src/public_api.ts

+1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ export {
1010
DragMoveEvent,
1111
DragEndEvent,
1212
GhostElementCreatedEvent,
13+
ValidateDrag,
1314
ValidateDragParams
1415
} from './lib/draggable.directive';

0 commit comments

Comments
 (0)