mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Refactor #3965 - For Dialog
This commit is contained in:
parent
7e4c1251fb
commit
ac65dd2840
3 changed files with 359 additions and 334 deletions
5
components/lib/dialog/Dialog.d.ts
vendored
5
components/lib/dialog/Dialog.d.ts
vendored
|
@ -248,6 +248,11 @@ export interface DialogProps {
|
|||
* @type {DialogPassThroughOptions}
|
||||
*/
|
||||
pt?: DialogPassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue