MCPcopy
hub / github.com/intentui/intentui / PageProps

Interface PageProps

src/components/pager.tsx:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { Link } from '@/components/ui/link'
7
8interface PageProps {
9 tree: PageTreeRoot
10 url: string
11 className?: string
12}
13
14export const Pager = ({ tree, url, className }: PageProps) => {
15 const neighbours = findNeighbour(tree, url)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected