mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Refactor #5592 - FileUpload & Overlay components
This commit is contained in:
parent
2c45303235
commit
28d77998c0
7 changed files with 38 additions and 41 deletions
4
components/lib/dialog/Dialog.d.ts
vendored
4
components/lib/dialog/Dialog.d.ts
vendored
|
@ -75,9 +75,9 @@ export interface DialogPassThroughOptions<T = any> {
|
|||
*/
|
||||
title?: DialogPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the header icons' DOM element.
|
||||
* Used to pass attributes to the header actions' DOM element.
|
||||
*/
|
||||
icons?: DialogPassThroughOptionType<T>;
|
||||
headerActions?: DialogPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the maximizable Button component.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue