javivelasco / react-css-themr

Easy theming and composition for CSS Modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Index.d.ts outdated in NPM Package

harsimranb opened this issue · comments

The index.d.ts in the react-css-themr NPM package is not the same as the index.d.ts in this repository. The one in NPM package does not have an option for React.SFC<P> in the export function themr, whereas the the export function in this repo's index.ts has React.SFC<P>.

You will need to publish the package with the latest index.d.ts.