mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Refactor #5681
This commit is contained in:
parent
3cc675e50f
commit
e1367fd494
89 changed files with 376 additions and 339 deletions
4
components/lib/dialog/Dialog.d.ts
vendored
4
components/lib/dialog/Dialog.d.ts
vendored
|
@ -82,12 +82,12 @@ export interface DialogPassThroughOptions<T = any> {
|
|||
* Used to pass attributes to the maximize Button component.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
maximizeButton?: ButtonPassThroughOptions<DialogSharedPassThroughMethodOptions>;
|
||||
pcMaximizeButton?: ButtonPassThroughOptions<DialogSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the close Button component.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
closeButton?: ButtonPassThroughOptions<DialogSharedPassThroughMethodOptions>;
|
||||
pcCloseButton?: ButtonPassThroughOptions<DialogSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the content's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue