MCPcopy
hub / github.com/d3george/slash-admin / BreadCrumbProps

Interface BreadCrumbProps

src/layouts/components/bread-crumb.tsx:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { Link, useMatches } from "react-router";
10
11interface BreadCrumbProps {
12 maxItems?: number;
13}
14
15type NavItem = Pick<NavItemDataProps, "path" | "title"> & {
16 children?: NavItem[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected