UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

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