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

@ -133,10 +133,10 @@ export interface MultiSelectProps
/**
* Override the label of the clear button when the input has a selection.
* Defaults to "Clear selected item" and "Clear all items"
* Defaults to "Clear selected item" and "Clear all items" if more than one item is selected
* @default undefined
*/
translateWithIdInput?: (
translateWithIdSelection?: (
id: import("../ListBox/ListBoxSelection.svelte").ListBoxSelectionTranslationId
) => string;