@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
14 lines (13 loc) • 327 B
JavaScript
import { defineComponent as e } from "vue";
import { NeonSize as o } from "../../../common/enums/NeonSize.es.js";
const a = e({
name: "NeonStack",
props: {
/** Size of the gap between items */
gap: { type: String, default: () => o.Large }
}
});
export {
a as default
};
//# sourceMappingURL=NeonStack.es.js.map