Refactor #3922 - For Calendar

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-04 17:50:30 +03:00
parent f0dbc3d33c
commit 60aa4aca39
4 changed files with 351 additions and 58 deletions

View file

@ -316,6 +316,12 @@ const CalendarProps = [
type: 'object',
default: 'null',
description: 'Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.'
},
{
name: 'pt',
type: 'any',
default: 'null',
description: 'Uses to pass attributes to DOM elements inside the component.'
}
];