UNPKG

visual-design

Version:
10 lines (7 loc) 301 B
import '../../utils/index.mjs'; import Weather from './src/weather2.mjs'; export { weatherProps } from './src/weather.mjs'; import { withInstall } from '../../utils/vue/install.mjs'; const VWeather = withInstall(Weather); export { VWeather, VWeather as default }; //# sourceMappingURL=index.mjs.map