threepointone / glamor

inline css for react et al
MIT License
3.66k stars 199 forks source link

Missing typing for styleSheet #363

Closed pzi closed 2 years ago

pzi commented 6 years ago

Hi,

While using styleSheet with TypeScript, the following error appears: .../node_modules/glamor/index"' has no exported member 'styleSheet'.

This seems to be missing from the type definitions in index.d.ts.

Unfortunately, I am not that good with TypeScript to define those in a new PR, otherwise I would've. It's not a show stopper given there is an export inside lib/index.js.

Thanks & cheers Patrik