UNPKG

react-forecast-query

Version:

Higher order React component delivering weather information from open weather api. Wrapper for forecast-query package.

4 lines (3 loc) 206 B
import forecastEnhancer, { InjectedForecastProps, InjectedForecastResults } from './components/ForecastEnhancer'; export { InjectedForecastProps, InjectedForecastResults }; export default forecastEnhancer;