Refactor #5426 - For Calendar

This commit is contained in:
tugcekucukoglu 2024-03-25 15:59:02 +03:00
parent 4f9fe2491b
commit 9622a2b564
3 changed files with 31 additions and 8 deletions

View file

@ -220,6 +220,18 @@ export default {
type: Object,
default: null
},
todayButtonProps: {
type: Object,
default() {
return { severity: 'secondary', text: true };
}
},
clearButtonProps: {
type: Object,
default() {
return { severity: 'secondary', text: true };
}
},
ariaLabelledby: {
type: String,
default: null