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 d3b9969 commit 4bc4c14Copy full SHA for 4bc4c14
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