UNPKG

tdesign-vue-next

Version:
27 lines (23 loc) 535 B
/** * tdesign v1.15.2 * (c) 2025 tdesign * @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=index.mjs.map