trainline / react-skeletor

Skeleton loading for React
https://trainline.github.io/react-skeletor/
Other
554 stars 27 forks source link

Could not find declaration file for prop-types #15

Open thchia opened 6 years ago

thchia commented 6 years ago

In a TypeScript project, this compilation error appears because @types/prop-types is listed as a devDependency, but is exported in utils.d.ts for consumption.

14