MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / PaginationLink

Interface PaginationLink

apps/docs/src/components/PaginationView.tsx:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface PaginationLink {
2 href: string;
3 label: string;
4}
5
6interface PaginationViewProps {
7 dir: "ltr" | "rtl";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected