mouseevent

This commit is contained in:
Evan Simkowitz 2024-12-30 10:55:51 -05:00
parent ea8702102d
commit 4b657d0bd8
No known key found for this signature in database

View File

@ -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;