From 9e3cc010c70e707983d3ac00c40a2618234450b7 Mon Sep 17 00:00:00 2001 From: hamo-o Date: Wed, 28 Aug 2024 19:58:18 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C?= =?UTF-8?q?=20props=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/wow-ui/src/components/Button/index.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/wow-ui/src/components/Button/index.tsx b/packages/wow-ui/src/components/Button/index.tsx index 2d86c638..51b369b0 100644 --- a/packages/wow-ui/src/components/Button/index.tsx +++ b/packages/wow-ui/src/components/Button/index.tsx @@ -33,11 +33,6 @@ export interface CustomButtonProps { size?: "lg" | "sm"; variant?: "solid" | "outline" | "sub"; icon?: ReactNode; - onKeyUp?: () => void; - onKeyDown?: () => void; - onMouseLeave?: () => void; - onPointerDown?: () => void; - onPointerUp?: () => void; style?: CSSProperties; className?: string; }