UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

7 lines (6 loc) 259 B
import type { ApiItem, ApiItemsGroup } from '../types/index.js'; type MarkdownSectionProps = { item: ApiItem | ApiItemsGroup; }; export declare const MarkdownSection: ({ item }: MarkdownSectionProps) => import("react/jsx-runtime").JSX.Element; export {};