@redocly/asyncapi-docs
Version:
Async API docs for Redocly Realm
9 lines (8 loc) • 339 B
TypeScript
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 {};