react-wordcloud
react-wordcloud copied to clipboard
should this be a React.SyntheticEvent<MouseEvent> ?
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 ?!