mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-22 05:03:44 +00:00
chore: update value prop description [ci skip]
This commit is contained in:
parent
c54a98e193
commit
d69cd37de4
4 changed files with 29 additions and 29 deletions
2
types/NumberInput/NumberInput.svelte.d.ts
vendored
2
types/NumberInput/NumberInput.svelte.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue