Skip to content

Commit

Permalink
Revert "Don't export UI schemas from top-level of package"
Browse files Browse the repository at this point in the history
This reverts commit 0b5e199.
  • Loading branch information
NathanFarmer committed Mar 19, 2024
1 parent 0b5e199 commit 5e311ac
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 @@ -2,6 +2,7 @@ export {
rendererRegistryEntries,
cellRegistryEntries,
} from "./renderer-registry-entries"
export type * from "./ui-schema"

export { AlertLayout } from "./layouts/AlertLayout"
export { BooleanControl } from "./controls/BooleanControl"
Expand Down

0 comments on commit 5e311ac

Please sign in to comment.