mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
mouseevent
This commit is contained in:
parent
ea8702102d
commit
4b657d0bd8
2
frontend/types/custom.d.ts
vendored
2
frontend/types/custom.d.ts
vendored
@ -157,7 +157,7 @@ declare global {
|
||||
iconSpin?: boolean;
|
||||
className?: string;
|
||||
title?: string;
|
||||
click?: (e: React.PointerEvent<any>) => void;
|
||||
click?: (e: React.MouseEvent<any>) => void;
|
||||
longClick?: (e: React.PointerEvent<any>) => void;
|
||||
disabled?: boolean;
|
||||
noAction?: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user