mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore: run npm run build:docs
This commit is contained in:
parent
101c1703b6
commit
b2883dce91
4 changed files with 5 additions and 5 deletions
2
types/ComboBox/ComboBox.svelte.d.ts
vendored
2
types/ComboBox/ComboBox.svelte.d.ts
vendored
|
@ -120,7 +120,7 @@ type $Props = {
|
|||
* @default undefined
|
||||
*/
|
||||
translateWithId?: (
|
||||
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId
|
||||
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId,
|
||||
) => string;
|
||||
|
||||
/**
|
||||
|
|
2
types/DataTable/ToolbarSearch.svelte.d.ts
vendored
2
types/DataTable/ToolbarSearch.svelte.d.ts
vendored
|
@ -42,7 +42,7 @@ type $Props = {
|
|||
| boolean
|
||||
| ((
|
||||
row: import("./DataTable.svelte").DataTableRow,
|
||||
value: number | string
|
||||
value: number | string,
|
||||
) => boolean);
|
||||
|
||||
/**
|
||||
|
|
2
types/Dropdown/Dropdown.svelte.d.ts
vendored
2
types/Dropdown/Dropdown.svelte.d.ts
vendored
|
@ -122,7 +122,7 @@ type $Props = {
|
|||
* @default undefined
|
||||
*/
|
||||
translateWithId?: (
|
||||
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId
|
||||
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId,
|
||||
) => string;
|
||||
|
||||
/**
|
||||
|
|
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