Skip to content

Commit

Permalink
Forms: Export EmptyAsValue (#7656)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored and jtoar committed Feb 22, 2023
1 parent 27e9744 commit 298275d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const isValueEmpty = (val: string): boolean => val === ''
* the comments above the setCoercion function for more details)
*/

type EmptyAsValue = null | 'undefined' | 0 | ''
export type EmptyAsValue = null | 'undefined' | 0 | ''

type ValueAsType =
| 'valueAsDate'
Expand Down

0 comments on commit 298275d

Please sign in to comment.