From 11dbb88e36d89345063ebe4327ac366b6c1aa4d7 Mon Sep 17 00:00:00 2001 From: Dovydas Navickas Date: Sat, 8 Apr 2017 22:34:09 +0300 Subject: [PATCH] Create types-tests.ts --- types/prop-types/types-tests.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 types/prop-types/types-tests.ts diff --git a/types/prop-types/types-tests.ts b/types/prop-types/types-tests.ts new file mode 100644 index 0000000000..209abd4b48 --- /dev/null +++ b/types/prop-types/types-tests.ts @@ -0,0 +1,2 @@ +import * as PropTypes from "prop-types"; +