UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

11 lines (10 loc) 314 B
import type { AsyncApiServer } from '../types/index.js'; type ServerModalProps = { server: { key?: string; value: AsyncApiServer; }; onClose: () => void; }; export declare const ServerModal: ({ server, onClose }: ServerModalProps) => import("react/jsx-runtime").JSX.Element; export {};