diff --git a/src/index.ts b/src/index.ts index a4ce389..f20d842 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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"