chore: update value prop description [ci skip]

This commit is contained in:
Eric Liu 2022-01-26 20:21:14 -08:00
commit d69cd37de4
4 changed files with 29 additions and 29 deletions

View file

@ -13,7 +13,7 @@ export interface NumberInputProps
/**
* Specify the input value.
* Type `null` denotes "no value"
* Use `null` to denote "no value"
* @default null
*/
value?: null | number;