UNPKG

@aotearoan/neon

Version:

Neon is a lightweight design library of Vue 3 components with minimal dependencies.

14 lines (13 loc) 346 B
import { defineComponent as e } from "vue"; import { NeonLayoutSize as o } from "../../../model/common/layout/NeonLayoutSize.es.js"; const n = e({ name: "NeonStack", props: { /** Size of the gap between items */ gap: { type: String, default: () => o.Large } } }); export { n as default }; //# sourceMappingURL=NeonStack.es.js.map