Skip to content

Commit

Permalink
🏷️ remove null from type
Browse files Browse the repository at this point in the history
  • Loading branch information
timbryandev committed Oct 5, 2023
1 parent 1307d7f commit bfc5d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BoundaryClickWatcher/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ interface Props {
isActive?: boolean;
isFocussed?: boolean;
BoundaryElement?: string;
tabIndex?: number | null;
tabIndex?: number;
outsideClickEventValidator?: (e?: React.MouseEvent) => boolean;
children:
| React.ReactNode
Expand Down

0 comments on commit bfc5d7b

Please sign in to comment.