react-wordcloud icon indicating copy to clipboard operation
react-wordcloud copied to clipboard

should this be a React.SyntheticEvent<MouseEvent> ?

Open helt opened this issue 4 years ago • 0 comments

https://github.com/chrisrzhou/react-wordcloud/blob/9ccdbbfb4fc60a70a895a4ffa59050a864eeccd8/types/index.d.ts#L21

I am wondering if the events should be typed as React.SyntheticEvent<MouseEvent> instead of their native dom counterparts ?!

helt avatar Jan 25 '21 16:01 helt