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