UNPKG

@alexkang/react-native-dev-tools

Version:
6 lines (5 loc) 326 B
import React from 'react'; import { AxiosContenxtProviderProps, IAxiosLogContext } from '../@types/axios'; declare const AxiosContext: React.Context<IAxiosLogContext>; declare const AxiosContextProvider: ({ children, axiosInstances }: AxiosContenxtProviderProps) => JSX.Element; export { AxiosContext, AxiosContextProvider };