svelte-settings
Version:
> [!WARNING] > This project is a work in progress. Do not use it in any of your projects yet.
6 lines (5 loc) • 298 B
TypeScript
import type { WithElementRef } from "../../../utils.js";
import type { HTMLAttributes } from "svelte/elements";
declare const Breadcrumb: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLElement>>, {}, "ref">;
type Breadcrumb = ReturnType<typeof Breadcrumb>;
export default Breadcrumb;