Refactor #3965 - For ConfirmDialog

This commit is contained in:
Bahadır Sofuoğlu 2023-05-29 20:44:31 +03:00
parent 6ce95dd393
commit 52e6aacc91
3 changed files with 51 additions and 30 deletions

View file

@ -146,6 +146,11 @@ export interface ConfirmDialogProps {
* @type {ConfirmDialogPassThroughOptions}
*/
pt?: ConfirmDialogPassThroughOptions;
/**
* When enabled, it removes component related styles in the core.
* @defaultValue false
*/
unstyled?: boolean;
}
/**