UNPKG

@asyncapi/react-component

Version:

A React component for AsyncAPI specification.

5 lines 273 B
import React from 'react'; import { AsyncAPIDocumentInterface } from '@asyncapi/parser'; export declare const SpecificationContext: React.Context<AsyncAPIDocumentInterface>; export declare function useSpec(): AsyncAPIDocumentInterface; //# sourceMappingURL=useSpec.d.ts.map