UNPKG

@redocly/theme

Version:

Shared UI components lib

5 lines (4 loc) 249 B
import * as React from 'react'; export declare const HighlightContext: React.Context<string[]>; export type CatalogHighlightProps = React.PropsWithChildren; export declare function CatalogHighlight(props: CatalogHighlightProps): JSX.Element | null;