@redocly/theme
Version:
Shared UI components lib
9 lines (8 loc) • 323 B
TypeScript
import React from 'react';
export type CatalogEntityRelationsLinkedNodeProps = {
label: string;
entityType: string;
className?: string;
to: string;
};
export declare function CatalogEntityRelationsLinkedNode({ label, entityType, className, to, }: CatalogEntityRelationsLinkedNodeProps): React.ReactElement;