mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(text-area): type value
prop as nullable (#1933)
This commit is contained in:
parent
d73fe168f2
commit
47860ce1d7
4 changed files with 9 additions and 6 deletions
|
@ -12466,8 +12466,8 @@
|
|||
{
|
||||
"name": "value",
|
||||
"kind": "let",
|
||||
"description": "Specify the textarea value",
|
||||
"type": "string",
|
||||
"description": "Specify the textarea value.",
|
||||
"type": "null | string",
|
||||
"value": "\"\"",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue