mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
fix copy/pasta docs
Co-authored-by: Sergio Padrino <sergio.padrino@gmail.com>
This commit is contained in:
parent
229de1ec66
commit
66d14eefa6
1 changed files with 1 additions and 4 deletions
|
@ -27,10 +27,7 @@ export interface IButtonProps {
|
|||
*/
|
||||
readonly onMouseEnter?: (event: React.MouseEvent<HTMLButtonElement>) => void
|
||||
|
||||
/**
|
||||
* A function that's called when the user moves over the button with
|
||||
* a pointer device.
|
||||
*/
|
||||
/** Called on key down. */
|
||||
readonly onKeyDown?: (event: React.KeyboardEvent<HTMLButtonElement>) => void
|
||||
|
||||
/** An optional tooltip to render when hovering over the button */
|
||||
|
|
Loading…
Reference in a new issue