UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 304 B
import * as React from 'react'; import type { JSX } from 'react'; export declare const HighlightContext: React.Context<string[]>; export type CatalogClassicHighlightProps = React.PropsWithChildren; export declare function CatalogClassicHighlight(props: CatalogClassicHighlightProps): JSX.Element | null;