Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-06-18 10:54:01 -07:00
commit 1cf28c6809
4 changed files with 11 additions and 11 deletions

View file

@ -7,7 +7,7 @@ export interface SelectProps
* Specify the selected item value
* @default undefined
*/
selected?: string;
selected?: string | number;
/**
* Set the size of the select input