diff --git a/typings/custom-typings.d.ts b/typings/custom-typings.d.ts index 7e1ecb056..f22b96296 100644 --- a/typings/custom-typings.d.ts +++ b/typings/custom-typings.d.ts @@ -89,3 +89,5 @@ declare module "*.json" { export const version: string; export default value; } + +declare module "prop-types" \ No newline at end of file