Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit f6c6055

Browse files
committed
Fix typings
1 parent c7bbf7e commit f6c6055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/react/components/Anchor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default function Anchor(props: AnchorProps) {
143143
)
144144
}
145145

146-
function isModifiedEvent(event: React.MouseEvent): boolean {
146+
function isModifiedEvent(event: MouseEvent): boolean {
147147
const { target } = event.currentTarget as any
148148
const nativeEvent = event.nativeEvent as any
149149
return (

0 commit comments

Comments
 (0)