UNPKG

@asyncapi/react-component

Version:

A React component for AsyncAPI specification.

10 lines 356 B
import React from 'react'; import { AsyncAPIDocumentInterface } from '@asyncapi/parser'; import { ConfigInterface } from '../../config'; interface Props { asyncapi: AsyncAPIDocumentInterface; config: ConfigInterface; } declare const AsyncApiLayout: React.FunctionComponent<Props>; export default AsyncApiLayout; //# sourceMappingURL=Layout.d.ts.map