From bef5a9c408efcba4199c9b91f089d43dbf05c301 Mon Sep 17 00:00:00 2001 From: Mikael Sand Date: Wed, 4 Mar 2020 20:17:49 +0200 Subject: [PATCH] chore: regenerate flow types --- src/index.js.flow | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js.flow b/src/index.js.flow index b6f67366..764cb855 100644 --- a/src/index.js.flow +++ b/src/index.js.flow @@ -237,6 +237,7 @@ export type ImageProps = { preserveAspectRatio?: string, opacity?: NumberProp, clipPath?: string, + id?: string, ... } & ResponderProps & CommonMaskProps &