UNPKG

@asyncapi/react-component

Version:

A React component for AsyncAPI specification.

5 lines 248 B
/// <reference types="react" /> import { ConfigInterface } from '../config'; export declare const ConfigContext: import("react").Context<ConfigInterface>; export declare function useConfig(): ConfigInterface; //# sourceMappingURL=useConfig.d.ts.map