From f4e0766e976b109fac24a5a5cb8c93fb9a053955 Mon Sep 17 00:00:00 2001 From: bang Date: Fri, 28 Apr 2017 00:22:30 +0700 Subject: [PATCH] chore: add prop-types definition --- typings/custom-typings.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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