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 * @default undefined
*/ */
translateWithId?: ( translateWithId?: (
id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId id: import("../ListBox/ListBoxMenuIcon.svelte").ListBoxMenuIconTranslationId,
) => string; ) => string;
/** /**

View file

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

View file

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

View file

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