Refactor #3965 - For Message

This commit is contained in:
Bahadır Sofuoğlu 2023-05-25 16:22:28 +03:00
parent e0b7838863
commit ac5f627637
3 changed files with 122 additions and 89 deletions

View file

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