We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3d903 commit 625db6eCopy full SHA for 625db6e
types/Breadcrumb/BreadcrumbItem.svelte.d.ts
@@ -1,7 +1,7 @@
1
import type { SvelteComponentTyped } from "svelte";
2
import type { SvelteHTMLElements } from "svelte/elements";
3
4
-export type BreadcrumbItemContext = {};
+export type BreadcrumbItemContext = Record<string, never>;
5
6
type $RestProps = SvelteHTMLElements["li"];
7
0 commit comments