MCPcopy
hub / github.com/vercel/chatbot / VersionFooterProps

Interface VersionFooterProps

components/version-footer.tsx:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { useArtifact } from '@/hooks/use-artifact';
15
16interface VersionFooterProps {
17 handleVersionChange: (type: 'next' | 'prev' | 'toggle' | 'latest') => void;
18 documents: Array<Document> | undefined;
19 currentVersionIndex: number;
20}
21
22export const VersionFooter = ({
23 handleVersionChange,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…