import { SourceNode } from './document-info' import { SourceNumberButton } from './source-number-button' export interface CitationComponentProps { index: number node: SourceNode } export function Citation({ index }: CitationComponentProps) { return }