Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-06-04 13:26:33 -07:00
commit eedc619900
16 changed files with 171 additions and 147 deletions

View file

@ -17,7 +17,7 @@ export interface MultiSelectProps
* Set the multiselect items
* @default []
*/
items?: MultiSelectItem[];
items?: ReadonlyArray<MultiSelectItem>;
/**
* Override the display of a multiselect item
@ -39,7 +39,7 @@ export interface MultiSelectProps
* Set the selected ids
* @default []
*/
selectedIds?: MultiSelectItemId[];
selectedIds?: ReadonlyArray<MultiSelectItemId>;
/**
* Specify the multiselect value