UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

11 lines (10 loc) 305 B
import type { AsyncApiServer } from '../types/index.js'; type ServerProps = { server: { key?: string; value: AsyncApiServer; }; showDetails?: boolean; }; export declare const Server: ({ server, showDetails }: ServerProps) => import("react/jsx-runtime").JSX.Element; export {};