UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

10 lines (9 loc) 307 B
import type { AsyncApiChannelKafkaBinding } from '../types'; type ChannelBindingProps = { binding: { key: string; value: AsyncApiChannelKafkaBinding; }; }; export declare const ChannelBinding: ({ binding }: ChannelBindingProps) => import("react/jsx-runtime").JSX.Element; export {};