IncomingCallNotificationStyles interface
Styles for the incoming call notification component.
Properties
accept |
Styles for the accept buttons. |
avatar |
Styles for the avatar container. |
reject |
Styles for the reject button. |
root | Styles for the root container. |
Property Details
acceptButton
Styles for the accept buttons.
acceptButton?: IButtonStyles
Property Value
IButtonStyles
avatarContainer
Styles for the avatar container.
avatarContainer?: IComponentStyles<IStackSlots>
Property Value
IComponentStyles<IStackSlots>
rejectButton
Styles for the reject button.
rejectButton?: IButtonStyles
Property Value
IButtonStyles
root
Styles for the root container.
root?: IComponentStyles<IStackSlots>
Property Value
IComponentStyles<IStackSlots>