mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(deps-dev): upgrade sveld
to v0.22 (#2048)
This commit is contained in:
parent
7e173943ac
commit
9f1b997765
6 changed files with 26 additions and 11 deletions
4
types/MultiSelect/MultiSelect.svelte.d.ts
vendored
4
types/MultiSelect/MultiSelect.svelte.d.ts
vendored
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue