chore(deps-dev): upgrade sveld to v0.22 (#2048)

This commit is contained in:
Eric Liu 2024-11-10 15:35:29 -08:00 committed by GitHub
commit 9f1b997765
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 26 additions and 11 deletions

View file

@ -131,7 +131,7 @@ type $Props = {
* @default undefined
*/
translateWithId?: (
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId,
) => string;
/**
@ -140,7 +140,7 @@ type $Props = {
* @default undefined
*/
translateWithIdSelection?: (
id: import("../ListBox/ListBoxSelection.svelte").ListBoxSelectionTranslationId
id: import("../ListBox/ListBoxSelection.svelte").ListBoxSelectionTranslationId,
) => string;
/**