UNPKG

@redocly/theme

Version:

Shared UI components lib

8 lines (7 loc) 300 B
import React from 'react'; export type CatalogEntityRelationsNodeContentProps = { entityType: string; label: string; isRoot: boolean; }; export declare function CatalogEntityRelationsNodeContent({ entityType, label, isRoot, }: CatalogEntityRelationsNodeContentProps): React.ReactElement;