Skip to content

Commit

Permalink
fix: expose ResizeCursors interface as part of the public api
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Dec 11, 2022
1 parent 95cc5a0 commit 767bd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/angular-resizable-element/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export * from './lib/resizable.module';
export { BoundingRectangle } from './lib/interfaces/bounding-rectangle.interface';
export { Edges } from './lib/interfaces/edges.interface';
export { ResizeEvent } from './lib/interfaces/resize-event.interface';
export { ResizableDirective } from './lib/resizable.directive';
export { ResizableDirective, ResizeCursors } from './lib/resizable.directive';
export { ResizeHandleDirective } from './lib/resize-handle.directive';

0 comments on commit 767bd1b

Please sign in to comment.