mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
parent
ee5843c315
commit
45bb31a7d3
8 changed files with 58 additions and 19 deletions
4
components/lib/datepicker/DatePicker.d.ts
vendored
4
components/lib/datepicker/DatePicker.d.ts
vendored
|
@ -143,6 +143,10 @@ export interface DatePickerPassThroughOptions {
|
|||
* Used to pass attributes to the dropdown's DOM element.
|
||||
*/
|
||||
dropdown?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the dropdown icon's DOM element.
|
||||
*/
|
||||
dropdownIcon?: DatePickerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the panel's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue