Skip to content

Commit

Permalink
fix: remove onPointerEnterCapture & onPointerLeaveCapture (#215) (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfyr111 committed Apr 10, 2024
1 parent 6aa74ce commit fd0bd09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types.ts
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 fd0bd09

Please sign in to comment.