calendar-vue-next
Version:
一款高效、简洁、功能丰富、宽度可自适应的 pc 端考勤日历插件
29 lines (28 loc) • 650 B
TypeScript
declare interface Iprops {
min?: boolean;
futureDisabled?: boolean;
sundayStart?: boolean;
titlebgColor?: string;
titleColor?: string;
weeklabelColor?: string;
arrowColor?: string;
itembgColor?: string;
itemlabelColor?: string;
birthdayImg?: string;
birthdaybgColor?: string;
birthdaylabelColor?: string;
crrentdaybgColor?: string;
crrentdaylabelColor?: string;
clickdaybgColor?: string;
clickdaylabelColor?: string;
hoverbgColor?: string;
hoverlabelColor?: string;
prevColor?: string;
nextColor?: string;
markArr?: any[];
birthdayArr?: any[];
}
declare interface IPopoverprops {
renderHtml?: boolean;
markContent?: string;
}