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