From aaa5fa725c94b78e47020025330e790c48262ee3 Mon Sep 17 00:00:00 2001 From: izayl Date: Thu, 6 May 2021 22:19:19 +0800 Subject: [PATCH] feat: support SVG Element define --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 168e5dd..a339670 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,7 +6,7 @@ export interface UseHoverOptions { } export type HoverProps = Pick< - React.HTMLAttributes, + React.HTMLAttributes, "onMouseEnter" | "onMouseLeave" >;