UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

7 lines (6 loc) 254 B
import type { ApiItemsGroup } from '../types/index.js'; type TagBlockProps = { tag: ApiItemsGroup; }; export declare const TagBlock: import("react").MemoExoticComponent<({ tag }: TagBlockProps) => import("react/jsx-runtime").JSX.Element>; export {};