tdesign-vue-next
Version:
TDesign Component for vue-next
27 lines (23 loc) • 535 B
JavaScript
/**
* 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