import { ExcerptNode } from './ExcerptNode'; export async function InheritanceNode({ text, node, version, }: { readonly node: any; readonly text: string; readonly version: string; }) { return (

{text}

{' '}
); }