AutoHideButtonCallbacks
type AutoHideButtonCallbacks = object;
Properties
| Property | Type |
|---|---|
onMouseEnter? | () => void |
onFocus? | () => void |
onMouseLeave? | () => void |
onBlur? | () => void |
type AutoHideButtonCallbacks = object;
| Property | Type |
|---|---|
onMouseEnter? | () => void |
onFocus? | () => void |
onMouseLeave? | () => void |
onBlur? | () => void |