UNPKG

x-weather

Version:

A collection of web components implementing portions of the OpenWeatherMap API.

6 lines (4 loc) 201 B
export { XWeather } from './XWeather' export { XCurrent } from './containers/XCurrent' export { XForecast } from './containers/XForecast' export { defineCustomElements } from './defineCustomElements'