@redocly/asyncapi-docs
Version:
Async API docs for Redocly Realm
9 lines (8 loc) • 330 B
TypeScript
import React from 'react';
import type { ApiItemsGroup, AsyncApiDefinition } from '../types';
type TagBlockProps = {
tag: ApiItemsGroup;
definition: AsyncApiDefinition;
};
export declare const TagBlock: React.MemoExoticComponent<({ tag, definition }: TagBlockProps) => import("react/jsx-runtime").JSX.Element>;
export {};