UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

7 lines (6 loc) 299 B
import type { ApiItemsGroup, ApiItem } from '../types/index.js'; type AsyncApiDocsProps = { apiItems: (ApiItemsGroup | ApiItem)[]; }; export declare const AsyncApiDocs: import("react").MemoExoticComponent<({ apiItems }: AsyncApiDocsProps) => import("react/jsx-runtime").JSX.Element>; export {};