Refactor #3911 - update .d.ts

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-28 16:40:36 +03:00
parent 9985119c70
commit a3bf5c4152
2 changed files with 10 additions and 0 deletions

View file

@ -71,6 +71,11 @@ export interface InlineMessageProps {
* @deprecated since v3.27.0. Use 'icon' slot.
*/
icon?: string | undefined;
/**
* Uses to pass attributes to DOM elements inside the component.
* @type {InlineMessagePassThroughOptions}
*/
pt?: InlineMessagePassThroughOptions;
}
/**
* Defines valid slots in InlineMessage slots.