Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-05-04 07:35:57 -07:00
commit 7184cae951
4 changed files with 69 additions and 69 deletions

View file

@ -126,7 +126,7 @@ export interface ComboBoxProps
* Defaults to "Clear selected item" since a combo box can only have on selection.
* @default undefined
*/
translateWithIdInput?: (id: "clearSelection") => string;
translateWithIdSelection?: (id: "clearSelection") => string;
/**
* Set an id for the list box component