tdesign-vue-next
Version:
TDesign Component for vue-next
27 lines (23 loc) • 534 B
JavaScript
/**
* tdesign v1.19.2
* (c) 2026 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.js.map