UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

13 lines (12 loc) 509 B
import React from 'react'; import type { AsyncApiOperation, AsyncApiDefinition } from '../types'; type OperationProps = { operation?: AsyncApiOperation; dataSectionId: string; definition?: AsyncApiDefinition; headerRow?: React.ReactNode; id?: string; showDivider?: boolean; }; export declare const Operation: React.MemoExoticComponent<({ operation, dataSectionId, definition, headerRow, id, showDivider }: OperationProps) => import("react/jsx-runtime").JSX.Element | null>; export {};