UNPKG

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

Version:

Inject authentification behavior to fetch using react High Order Component

4 lines 214 B
import React from 'react'; declare const withfetchToken: (fetch: typeof fetch) => (a: React.ComponentType<{}>) => React.ComponentType<{}>; export default withfetchToken; //# sourceMappingURL=withFetchToken.d.ts.map