MCPcopy
hub / github.com/intentui/intentui / Props

Interface Props

src/components/toc.tsx:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { ScrollArea } from '@/components/ui/scroll-area'
8
9interface Props {
10 className?: string
11 items: TableOfContents
12}
13
14export function Toc({ className, items }: Props) {
15 const tocRef = useRef<HTMLDivElement>(null)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected