Refactor #3965 - For InlineMessage

This commit is contained in:
Bahadır Sofuoğlu 2023-05-25 17:15:19 +03:00
parent 34d2b65236
commit 0d3816522a
3 changed files with 66 additions and 36 deletions

View file

@ -76,6 +76,11 @@ export interface InlineMessageProps {
* @type {InlineMessagePassThroughOptions}
*/
pt?: InlineMessagePassThroughOptions;
/**
* When enabled, it removes component related styles in the core.
* @defaultValue false
*/
unstyled?: boolean;
}
/**
* Defines valid slots in InlineMessage slots.