chore: run npm run build:docs

This commit is contained in:
Eric Liu 2024-11-10 15:18:00 -08:00
commit b2883dce91
4 changed files with 5 additions and 5 deletions

View file

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

View file

@ -42,7 +42,7 @@ type $Props = {
| boolean
| ((
row: import("./DataTable.svelte").DataTableRow,
value: number | string
value: number | string,
) => boolean);
/**

View file

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

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;
/**