UNPKG

@btodell/asyncapi-react-component

Version:

A React component for AsyncAPI specification.

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