UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

7 lines (6 loc) 269 B
import type { ApiItem } from '../types/index.js'; type ChannelSectionProps = { item: ApiItem; }; export declare const ChannelSection: import("react").MemoExoticComponent<({ item }: ChannelSectionProps) => import("react/jsx-runtime").JSX.Element | null>; export {};