We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54b8cb commit 091fd38Copy full SHA for 091fd38
.changeset/lemon-buses-explode.md
@@ -0,0 +1,5 @@
1
+---
2
+'@saas-ui/forms': minor
3
4
+
5
+Exported additional types from `index.ts` to make them accessible for external use, improving type coverage and usability.
packages/saas-ui-forms/src/index.ts
@@ -179,6 +179,14 @@ export type {
179
DefaultFieldOverrides,
180
WithStepFields,
181
GetBaseField,
182
+ ArrayFieldPath,
183
+ MergeFieldProps,
184
+ FieldOption,
185
+ FieldOverrides,
186
+ FormChildren,
187
+ ShallowMerge,
188
+ StepFormChildren,
189
+ ValueOf,
190
} from './types'
191
192
// Exporting from './create-form'
0 commit comments