UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 274 B
import React from 'react'; import { type EdgeProps } from '@xyflow/react'; export type CatalogEntityRelationsEdgeProps = EdgeProps & { className?: string; }; export declare function CatalogEntityRelationsEdge(props: CatalogEntityRelationsEdgeProps): React.ReactElement;