import { FileCode2 } from 'lucide-react'; import { Badges } from './Badges'; import { DocKind } from './DocKind'; import { InheritanceNode } from './InheritanceNode'; export async function InformationNode({ node, version }: { readonly node: any; readonly version: string }) { return (
); }