Skip to content

Commit

Permalink
fix(form-field): fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoruiz committed Jul 28, 2023
1 parent 410db3b commit e1f8f15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export type FormFieldCharactersCountProps = ComponentPropsWithoutRef<'span'> & {
/**
* Current value for the input this component belongs to.
*/
value: string
value?: string
/**
* Maximum numeric value to be displayed.
*/
Expand Down

0 comments on commit e1f8f15

Please sign in to comment.