UNPKG

@aotearoan/neon

Version:

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

15 lines (14 loc) 314 B
import { defineComponent as e } from "vue"; const n = e({ name: "NeonGridArea", props: { /** * Identifier of the grid area (this should match a named area in the grid layout) */ id: { type: String, required: !0 } } }); export { n as default }; //# sourceMappingURL=NeonGridArea.es.js.map