Skip to content

Commit

Permalink
feat: expose Resizable and ResizeHandle directives
Browse files Browse the repository at this point in the history
* exposed directive in index.ts

* Update index.ts
  • Loading branch information
morwn authored and mattlewis92 committed Mar 16, 2017
1 parent b77c9fc commit 3633040
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export * from './resizable.module';
export {ResizeEvent} from './interfaces/resizeEvent.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 3633040

Please sign in to comment.