Skip to content

Commit 699af8d

Browse files
authored
feat(ui): export FieldAction type (#12589)
Closes #12356.
1 parent 0c0b0fe commit 699af8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ui/src/exports/client/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ export {
224224
useWatchForm,
225225
} from '../../forms/Form/context.js'
226226
export { Form, type FormProps } from '../../forms/Form/index.js'
227+
export type { FieldAction } from '../../forms/Form/types.js'
227228
export { fieldReducer } from '../../forms/Form/fieldReducer.js'
228229
export { NullifyLocaleField } from '../../forms/NullifyField/index.js'
229230
export { RenderFields } from '../../forms/RenderFields/index.js'

0 commit comments

Comments
 (0)