@redocly/asyncapi-docs
Version:
Async API docs for Redocly Realm
10 lines (9 loc) • 316 B
TypeScript
import type { AsyncApiChannelKafkaBinding } from '../types/index.js';
type ChannelBindingProps = {
binding: {
key: string;
value: AsyncApiChannelKafkaBinding;
};
};
export declare const ChannelBinding: ({ binding }: ChannelBindingProps) => import("react/jsx-runtime").JSX.Element;
export {};