UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

7 lines (6 loc) 255 B
import type { AsyncApiServer } from '../types'; type ServerOverviewSectionProps = { server: AsyncApiServer; }; export declare const ServerOverviewSection: ({ server }: ServerOverviewSectionProps) => import("react/jsx-runtime").JSX.Element; export {};