UNPKG

@redocly/theme

Version:

Shared UI components lib

11 lines (10 loc) 330 B
export type CatalogInfoBlockProps = { metadata?: { scorecardLevel?: string; scoreCardSlug?: string; scorecardLevelIdx?: number; scorecardLevels?: Record<string, any>; [key: string]: unknown; }; }; export declare function CatalogInfoBlock(props: CatalogInfoBlockProps): JSX.Element;