UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

8 lines (7 loc) 281 B
import type { ChannelWithKey } from '../types/index.js'; type ChannelLinkItemProps = { channel: ChannelWithKey; isActive: boolean; }; export declare const ChannelLinkItem: ({ channel, isActive }: ChannelLinkItemProps) => import("react/jsx-runtime").JSX.Element; export {};