Skip to content

Commit

Permalink
fix: Export IBin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
soimy committed Jun 30, 2019
1 parent d4ade9c commit aaa40a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { Rectangle, IRectangle } from "./geom/Rectangle";
export { MaxRectsPacker, IOption } from "./maxrects-packer";
export { Bin } from "./abstract-bin";
export { Bin, IBin } from "./abstract-bin";
export { MaxRectsBin } from "./maxrects-bin";
export { OversizedElementBin } from "./oversized-element-bin";

0 comments on commit aaa40a4

Please sign in to comment.