UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

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