Skip to content

Commit

Permalink
feat: export ObjectArrayControl (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewHoo authored Mar 20, 2024
1 parent d5bc732 commit 8a07c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export { HorizontalLayout } from "./layouts/HorizontalLayout"
export { NumericControl } from "./controls/NumericControl"
export { NumericSliderControl } from "./controls/NumericSliderControl"
export { ObjectControl } from "./controls/ObjectControl"
export { ObjectArrayControl } from "./controls/ObjectArrayControl"
export { TextControl } from "./controls/TextControl"
export { UnknownControl } from "./controls/UnknownControl"
export { VerticalLayout } from "./layouts/VerticalLayout"

0 comments on commit 8a07c6f

Please sign in to comment.