Refactor #3965 - For Dialog

This commit is contained in:
Bahadır Sofuoğlu 2023-05-29 13:59:47 +03:00
parent 7e4c1251fb
commit ac65dd2840
3 changed files with 359 additions and 334 deletions

View file

@ -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;
}
/**