Skip to content

Commit 625db6e

Browse files
committed
chore: re-build docs
1 parent be3d903 commit 625db6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/Breadcrumb/BreadcrumbItem.svelte.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { SvelteComponentTyped } from "svelte";
22
import type { SvelteHTMLElements } from "svelte/elements";
33

4-
export type BreadcrumbItemContext = {};
4+
export type BreadcrumbItemContext = Record<string, never>;
55

66
type $RestProps = SvelteHTMLElements["li"];
77

0 commit comments

Comments
 (0)