react-skeletor
react-skeletor copied to clipboard
Could not find declaration file for prop-types
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