@asyncapi/react-component
Version:
A React component for AsyncAPI specification.
11 lines • 324 B
TypeScript
import React from 'react';
import { MessageInterface } from '@asyncapi/parser';
interface Props {
message: MessageInterface;
messageName?: string;
index?: number | string;
showExamples?: boolean;
}
export declare const Message: React.FunctionComponent<Props>;
export {};
//# sourceMappingURL=Message.d.ts.map