visual-design
Version:
A Component Library for Vue 3
10 lines (7 loc) • 301 B
JavaScript
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