UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

27 lines (23 loc) 533 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ import { computed } from 'vue'; var DefaultAlign = { vertical: ["left", "right"], horizontal: ["top", "bottom"] }; var TimelineInjectKey = Symbol("timeLineProvide"); var DEFAULT_PROVIDER = computed(function () { return { theme: "default", reverse: false, itemsStatus: [], layout: "horizontal", renderAlign: "left", mode: "alternate" }; }); export { DEFAULT_PROVIDER, DefaultAlign, TimelineInjectKey }; //# sourceMappingURL=hooks.js.map