| 59 | }); |
| 60 | |
| 61 | export interface TextareaVariants { |
| 62 | disabled?: boolean; |
| 63 | /** If true, the textarea will display an error state. */ |
| 64 | error?: boolean; |
| 65 | } |
| 66 | |
| 67 | export interface TextareaProps extends TextareaHTMLAttributes<HTMLTextAreaElement>, TextareaVariants { |
| 68 | /** Props for Avatar shown to the left of the textarea. */ |
nothing calls this directly
no outgoing calls
no test coverage detected