@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
12 lines (11 loc) • 302 B
JavaScript
import { defineComponent as o } from "vue";
import e from "../inline/NeonInline.vue.es.js";
import n from "../swiper/NeonSwiper.vue.es.js";
const i = o({
name: "NeonFilterBar",
components: { NeonInline: e, NeonSwiper: n }
});
export {
i as default
};
//# sourceMappingURL=NeonFilterBar.es.js.map