UNPKG

@redocly/theme

Version:

Shared UI components lib

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