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) • 305 B
TypeScript
import type { HTMLLiAttributes } from "svelte/elements";
import { type WithElementRef } from "../../../utils.js";
declare const BreadcrumbItem: import("svelte").Component<WithElementRef<HTMLLiAttributes>, {}, "ref">;
type BreadcrumbItem = ReturnType<typeof BreadcrumbItem>;
export default BreadcrumbItem;