Skip to content

Commit

Permalink
Merge pull request #185 from etn-ccis/feature/mui-6
Browse files Browse the repository at this point in the history
Error fix for build fail
  • Loading branch information
shubham-eaton authored Dec 17, 2024
2 parents bcc409d + ea2ace4 commit b64d7a1
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 b64d7a1

Please sign in to comment.