Skip to content

Commit 091fd38

Browse files
feat: export additional types from index.ts (#266)
1 parent c54b8cb commit 091fd38

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.changeset/lemon-buses-explode.md

+5
Original file line numberDiff line numberDiff line change
@@ -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

+8
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,14 @@ export type {
179179
DefaultFieldOverrides,
180180
WithStepFields,
181181
GetBaseField,
182+
ArrayFieldPath,
183+
MergeFieldProps,
184+
FieldOption,
185+
FieldOverrides,
186+
FormChildren,
187+
ShallowMerge,
188+
StepFormChildren,
189+
ValueOf,
182190
} from './types'
183191

184192
// Exporting from './create-form'

0 commit comments

Comments
 (0)