Skip to content

Commit

Permalink
fix(grid-iterators): add missing type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 25, 2022
1 parent 7773d59 commit 879c11c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grid-iterators/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./api.js";
export * from "./circle.js";
export * from "./clipping.js";
export * from "./column-ends.js";
Expand Down

0 comments on commit 879c11c

Please sign in to comment.