Skip to content

Commit

Permalink
feat: add ItemRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jul 30, 2021
1 parent 91f7eb9 commit 2a97720
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
Expand Up @@ -9,7 +9,7 @@ export * from "./grids/MasonryGrid";
export * from "./grids/JustifiedGrid";
export * from "./grids/FrameGrid";
export * from "./grids/PackingGrid";

export * from "./ItemRenderer";
export * from "./types";
export * from "./Grid";
export * from "./GridItem";
Expand Down

0 comments on commit 2a97720

Please sign in to comment.