@redocly/theme
Version:
Shared UI components lib
12 lines (11 loc) • 385 B
TypeScript
import type { JSX } from 'react';
export type CatalogClassicInfoBlockProps = {
metadata?: {
scorecardLevel?: string;
scoreCardSlug?: string;
scorecardLevelIdx?: number;
scorecardLevels?: Record<string, any>;
[key: string]: unknown;
};
};
export declare function CatalogClassicInfoBlock(props: CatalogClassicInfoBlockProps): JSX.Element;