From 546f565c97edc142eac0a19c28adf3291d85680b Mon Sep 17 00:00:00 2001 From: Nitin Date: Fri, 5 May 2017 17:48:50 +0530 Subject: [PATCH] corrections --- types.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.js b/types.js index 82a487b..a37aad4 100644 --- a/types.js +++ b/types.js @@ -1,6 +1,6 @@ // @flow -export type component = function; +export type component = Function; // Animation components object export type Components = {