UNPKG

@asyncapi/react-component

Version:

A React component for AsyncAPI specification.

9 lines 260 B
import React from 'react'; import { ServerInterface } from '@asyncapi/parser'; interface Props { serverName: string; server: ServerInterface; } export declare const Server: React.FunctionComponent<Props>; export {}; //# sourceMappingURL=Server.d.ts.map