UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

8 lines (7 loc) 331 B
import type { AsyncApiServer, AsyncApiInfo } from '../types/index.js'; type RightPanelProps = { info: AsyncApiInfo; servers?: Record<string, AsyncApiServer>; }; export declare const RightPanel: import("react").MemoExoticComponent<({ info, servers }: RightPanelProps) => import("react/jsx-runtime").JSX.Element>; export {};