UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

12 lines (11 loc) 361 B
import React from 'react'; import type { AsyncApiMessage } from '../types'; type MessageSectionProps = { messages: { key: string; value: AsyncApiMessage; }[]; id: string; }; export declare const MessageSection: React.MemoExoticComponent<({ messages, id }: MessageSectionProps) => import("react/jsx-runtime").JSX.Element>; export {};