diff --git a/src/index.ts b/src/index.ts index 72a913b..5f8ae3e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,6 +3,7 @@ export { cellRegistryEntries, } from "./renderer-registry-entries" export type * from "./ui-schema" +export type { JSONFormData, JSONData } from "./common/schema-derived-types" export { AlertLayout } from "./layouts/AlertLayout" export { BooleanControl } from "./controls/BooleanControl"