yarn build:docs

This commit is contained in:
Eric Liu 2022-01-26 19:11:04 -08:00
commit c535d5edfa
3 changed files with 18 additions and 0 deletions

View file

@ -39,6 +39,12 @@ export interface TextAreaProps
*/
disabled?: boolean;
/**
* Set to `true` to use the read-only variant
* @default false
*/
readonly?: boolean;
/**
* Specify the helper text
* @default ""