Files
mini-yu/uni_modules/tdesign-uniapp/components/calendar/calendar-header.props.js

43 lines
634 B
JavaScript
Raw Permalink Normal View History

2026-02-10 08:05:03 +08:00
export default {
tClass: {
type: String,
default: '',
},
classPrefix: {
type: String,
default: '',
},
switchMode: {
type: String,
default: '',
},
title: {
type: String,
default: '',
},
preYearBtnDisable: {
type: Boolean,
},
prevMonthBtnDisable: {
type: Boolean,
},
nextYearBtnDisable: {
type: Boolean,
},
nextMonthBtnDisable: {
type: Boolean,
},
tId: {
type: String,
default: '',
},
// realLocalText: {
// type: Object,
// default: () => ({}),
// },
// currentMonth: {
// type: Array,
// default: () => ([]),
// },
};