decade slot added

This commit is contained in:
Tuğçe Küçükoğlu 2021-11-18 15:11:08 +03:00
parent cf3b2e8b23
commit afc5b0cd31
2 changed files with 9 additions and 0 deletions

View file

@ -342,6 +342,10 @@ const CalendarSlots = [
{
name: "date",
description: "Custom content for the calendar cell."
},
{
name: "decade",
description: "Custom content for the calendar decade."
}
];