UNPKG

@axa-fr/react-oidc-context-fetch

Version:

Inject authentification behavior to fetch using react High Order Component

4 lines 229 B
/// <reference types="react" /> declare const enhance: (fetch: typeof fetch) => (a: import("react").ComponentType<{}>) => import("react").ComponentType<{}>; export default enhance; //# sourceMappingURL=withAuthentication.d.ts.map