Skip to content

Commit

Permalink
Error fix for build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-eaton committed Dec 17, 2024
1 parent bcc409d commit ea2ace4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ declare global {
disabled?: string | undefined;
selected?: string | undefined;
placeholder?: string | undefined;
onPointerEnterCapture?: React.PointerEventHandler<T> | undefined;
onPointerLeaveCapture?: React.PointerEventHandler<T> | undefined;
onPointerEnterCapture?: string | undefined;
onPointerLeaveCapture?: string | undefined;
}
}
}
Expand Down

0 comments on commit ea2ace4

Please sign in to comment.