UNPKG

@redocly/portal-legacy-ui

Version:

Library of legacy portal UI components

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