UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

13 lines (12 loc) 422 B
import React from 'react'; import type { AsyncApiServer } from '../types'; type ServersListPanelProps = { servers: { key?: string; value: AsyncApiServer; }[]; showDetails?: boolean; hideHeader?: boolean; }; export declare const ServersListPanel: React.MemoExoticComponent<({ servers, showDetails, hideHeader }: ServersListPanelProps) => import("react/jsx-runtime").JSX.Element>; export {};