UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

13 lines (12 loc) 363 B
type InformationProps = { summary?: string; description?: string; externalDocs?: { description?: string; url: string; }; compact?: boolean; className?: string; }; export declare const Information: ({ summary, description, externalDocs, className, }: InformationProps) => import("react/jsx-runtime").JSX.Element; export {};