UNPKG

react-routing-oidc

Version:
10 lines (9 loc) 369 B
import React, { Component } from 'react'; import AuthService from '../services/authService'; export declare const AuthContext: React.Context<AuthService>; export declare const AuthConsumer: React.Consumer<AuthService>; export declare class AuthProvider extends Component { authService: AuthService; constructor(props: {}); render(): JSX.Element; }