Skip to content

Commit

Permalink
fix: remove onPointerEnterCapture & onPointerLeaveCapture (icons-pack…
Browse files Browse the repository at this point in the history
  • Loading branch information
sfyr111 committed Mar 15, 2024
1 parent 6aa74ce commit 575958d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,7 @@ export type IconType = React.ForwardRefExoticComponent<
| 'onPointerCancel'
| 'onPointerCancelCapture'
| 'onPointerEnter'
| 'onPointerEnterCapture'
| 'onPointerLeave'
| 'onPointerLeaveCapture'
| 'onPointerOver'
| 'onPointerOverCapture'
| 'onPointerOut'
Expand Down

0 comments on commit 575958d

Please sign in to comment.