UNPKG

@asyncapi/react-component

Version:

A React component for AsyncAPI specification.

9 lines 265 B
import React from 'react'; import { BindingsInterface } from '@asyncapi/parser'; interface Props { name?: string; bindings: BindingsInterface; } export declare const Bindings: React.FunctionComponent<Props>; export {}; //# sourceMappingURL=Bindings.d.ts.map