UNPKG

@ivyhjk/amplify-react-oauth

Version:
5 lines 246 B
import React from 'react'; import { OAuthContextValue } from './types'; export declare function resetOAuthContext(): void; export declare function getOAuthContext(): React.Context<OAuthContextValue>; //# sourceMappingURL=OAuthContext.d.ts.map