Skip to content

Commit

Permalink
fix: box error
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Jan 30, 2022
1 parent 96c1bb5 commit 74dbbc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/components/box/box-base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ interface BoxProps {
className?: string;
styleSheet?: StyleSheet | any;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
ref?: Ref<any>;
onMouseDown?: unknown;
onClick?: unknown;
}
Expand Down Expand Up @@ -136,7 +135,6 @@ BoxBase.defaultProps = {
target: '',
name: '',
id: '',
ref: undefined,
onClick: undefined,
onMouseDown: undefined,
};

2 comments on commit 74dbbc3

@vercel
Copy link

@vercel vercel bot commented on 74dbbc3 Jan 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 74dbbc3 Jan 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.