@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
33 lines (32 loc) • 601 B
JavaScript
import { buildProps as t, eventProp as o, booleanProp as r, wrapProps as e } from "@vexip-ui/config";
const i = t({
active: String,
viewer: [String, Object, Function],
offset: Number,
marker: r,
scrollDuration: Number,
markerTransition: String,
options: Array,
bindHash: r,
forceActive: r,
slots: Object,
onChange: o()
}), a = e({
to: {
type: String,
default: ""
},
title: {
type: String,
default: ""
},
children: {
type: Array,
default: () => []
}
});
export {
a as anchorLinkProps,
i as anchorProps
};
//# sourceMappingURL=props.mjs.map