UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

9 lines (8 loc) 271 B
import type { AsyncApiMessage } from '../types'; type MessageProps = { message: AsyncApiMessage; sectionId: string; id: string; }; export declare const Message: ({ message, sectionId, id }: MessageProps) => import("react/jsx-runtime").JSX.Element; export {};