Skip to content

Commit

Permalink
fix: added Image component to exports
Browse files Browse the repository at this point in the history
how am i forgot that???
  • Loading branch information
Mon4ik committed Jul 31, 2024
1 parent 4fd50bf commit 9ab0d85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
export { Button, ButtonComponent } from "./components/Button";
export { Frame } from "./components/Frame";
export { ScrollingFrame } from "./components/ScrollingFrame";
export { Button, ButtonComponent } from "./components/Button";
export { Image, ImageRect, ImageProps, ImageComponent } from "./components/Image";
export { Text } from "./components/Text";
export { TextBox, TextBoxComponent } from "./components/TextBox";

export { GridLayout } from "./components/GridLayout";
export { ListLayout } from "./components/ListLayout";

export * from "./utils";
export * as Helpers from "./helpers";
export * as Helpers from "./helpers";

0 comments on commit 9ab0d85

Please sign in to comment.