UNPKG

@redocly/theme

Version:

Shared UI components lib

10 lines (9 loc) 397 B
import { JSX } from 'react'; import type { UiAccessibleConfig } from '@redocly/config'; export type CatalogEntityIconProps = { entityType: string; defaultColor?: boolean; forceColor?: string; entitiesCatalogConfig?: UiAccessibleConfig['entitiesCatalog']; }; export declare function CatalogEntityIcon({ entityType, defaultColor, forceColor, }: CatalogEntityIconProps): JSX.Element;