Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-02-02 19:04:31 -08:00
commit 01054c4065
3 changed files with 27 additions and 42 deletions

View file

@ -10,16 +10,13 @@ export interface TextInputProps
size?: "sm" | "xl";
/**
* Specify the input value
* Specify the input value.
*
* `value` will be set to `null` if type="number"
* and the value is empty.
* @default ""
*/
value?: number | string;
/**
* Specify the input type
* @default ""
*/
type?: string;
value?: null | number | string;
/**
* Specify the placeholder text