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