Update DatePicker.d.ts
parent
aea12080b7
commit
ef5e707940
|
@ -357,10 +357,6 @@ export interface DatePickerPassThroughOptions {
|
||||||
* Used to pass attributes to the aria year's DOM element.
|
* Used to pass attributes to the aria year's DOM element.
|
||||||
*/
|
*/
|
||||||
hiddenYear?: DatePickerPassThroughOptionType;
|
hiddenYear?: DatePickerPassThroughOptionType;
|
||||||
/**
|
|
||||||
* Used to pass attributes to the datepicker mask's DOM element.
|
|
||||||
*/
|
|
||||||
datepickerMask?: DatePickerPassThroughOptionType;
|
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks.
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
|
|
Loading…
Reference in New Issue