Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TrangPham committed Mar 20, 2024
1 parent b5ce2ee commit cf93d63
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 @@ -11,7 +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 { ObjectArrayControl, PrimitiveArrayControl } from "./controls/ArrayControl"
export { TextControl } from "./controls/TextControl"
export { UnknownControl } from "./controls/UnknownControl"
export { VerticalLayout } from "./layouts/VerticalLayout"

0 comments on commit cf93d63

Please sign in to comment.