Skip to content

Commit

Permalink
Expose FormContext type (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomTr authored Dec 2, 2024
1 parent afd6447 commit df4db1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-socks-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reactive-forms/core': patch
---

Expose FormContext type
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export * from './components/ReactiveFormProvider';
export * from './components/ReactiveFormConsumer';
export * from './components/FormProxyProvider';
export * from './components/FormPlugins';
export { type FormContextType } from './components/FormContext';

// hooks
export * from './hooks/useField';
Expand Down

0 comments on commit df4db1e

Please sign in to comment.