We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8684c commit 189d9e4Copy full SHA for 189d9e4
src/addons/TextArea/TextArea.d.ts
@@ -29,7 +29,7 @@ export interface StrictTextAreaProps {
29
rows?: number | string
30
31
/** The value of the textarea. */
32
- value?: number | string
+ value: string
33
}
34
35
declare const TextArea: ForwardRefComponent<TextAreaProps, HTMLTextAreaElement>
0 commit comments