Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-02-19 17:38:10 -08:00
commit df3498d35b
3 changed files with 17 additions and 0 deletions

View file

@ -27,6 +27,12 @@ export interface TextAreaProps
*/
rows?: number;
/**
* Specify the max character count
* @default undefined
*/
maxCount?: number;
/**
* Set to `true` to enable the light variant
* @default false