UNPKG

@aotearoan/neon

Version:

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

15 lines (14 loc) 301 B
import { defineComponent as e } from "vue"; const o = e({ name: "NeonAnchor", props: { /** * The id of the anchor, this should correspond to the URL fragment name. */ id: { type: String, required: !0 } } }); export { o as default }; //# sourceMappingURL=NeonAnchor.es.js.map