CallScreen interactivity fixes
This commit is contained in:
parent
427055ea47
commit
4dcbb7352f
4 changed files with 64 additions and 37 deletions
|
@ -19,6 +19,8 @@ const createProps = (overrideProps: Partial<PropsType> = {}): PropsType => ({
|
|||
select('buttonType', CallingButtonType, CallingButtonType.HANG_UP),
|
||||
i18n,
|
||||
onClick: action('on-click'),
|
||||
onMouseEnter: action('on-mouse-enter'),
|
||||
onMouseLeave: action('on-mouse-leave'),
|
||||
tooltipDirection: select(
|
||||
'tooltipDirection',
|
||||
TooltipPlacement,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue