Skip to content

Commit

Permalink
chore: 불필요한 props 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo-o committed Aug 28, 2024
1 parent 69aabba commit 9e3cc01
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/wow-ui/src/components/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9e3cc01

Please sign in to comment.