UNPKG

@redocly/portal-legacy-ui

Version:

Library of legacy portal UI components

4 lines (3 loc) 183 B
import * as React from 'react'; export declare const HighlightContext: React.Context<string[]>; export declare function Highlight(props: React.PropsWithChildren): JSX.Element | null;