Skip to content

Commit

Permalink
feat: export Edges and BoundingRectangle interfaces for use within ap…
Browse files Browse the repository at this point in the history
…plications
  • Loading branch information
cmckni3 authored and Matt Lewis committed Jun 12, 2017
1 parent 09e167d commit 10051cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export * from './resizable.module';
export {BoundingRectangle} from './interfaces/boundingRectangle.interface'; // tslint:disable-line
export {Edges} from './interfaces/edges.interface'; // tslint:disable-line
export {ResizeEvent} from './interfaces/resizeEvent.interface'; // tslint:disable-line
export {Resizable} from './resizable.directive'; // tslint:disable-line
export {ResizeHandle} from './resizeHandle.directive'; // tslint:disable-line

0 comments on commit 10051cd

Please sign in to comment.