Update DatePicker.d.ts

pull/6011/head
tugcekucukoglu 2024-07-02 09:38:40 +03:00
parent aea12080b7
commit ef5e707940
1 changed files with 0 additions and 4 deletions

View File

@ -357,10 +357,6 @@ export interface DatePickerPassThroughOptions {
* Used to pass attributes to the aria year's DOM element.
*/
hiddenYear?: DatePickerPassThroughOptionType;
/**
* Used to pass attributes to the datepicker mask's DOM element.
*/
datepickerMask?: DatePickerPassThroughOptionType;
/**
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}