ctrlplusb / react-sizeme

Make your React Components aware of their width and height!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript types are incomplete

wdoug opened this issue · comments

It appears that the TypeScript type definitions are missing a few things. The two pieces that I noticed are a default export and support for the onSize HOC optional prop.

Whoops. I just realized that I was looking at an earlier version of this code... It looks like it is correct in the current version.