Skip to content

Commit

Permalink
Export OptionRecord type (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek authored Apr 17, 2024
1 parent c4d5b0b commit b82ffbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swan-io/use-form",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",
"description": "A simple, fast and opinionated form library for React & React Native focusing on UX.",
"author": "Mathieu Acthernoene <mathieu.acthernoene@swan.io>",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export type {
Form,
FormConfig,
FormStatus,
OptionRecord,
Strategy,
Validator,
ValidatorResult,
Expand Down

0 comments on commit b82ffbc

Please sign in to comment.