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

@ -12,7 +12,7 @@
/**
* Specify the input value.
* Type `null` denotes "no value"
* Use `null` to denote "no value"
* @type {null | number}
*/
export let value = null;