Refactor #3965 - For Toast

This commit is contained in:
Bahadır Sofuoğlu 2023-05-26 00:53:07 +03:00
parent b96dff4711
commit 41c4194b27
5 changed files with 266 additions and 220 deletions

View file

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