UNPKG

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