From aadb5ed6c9dfe6b6a1017a0cc59bd8f39c6b026e Mon Sep 17 00:00:00 2001 From: tajo Date: Sun, 10 Feb 2019 20:29:47 -0800 Subject: [PATCH] udpate flow types --- flowtypes/List.js.flow | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flowtypes/List.js.flow b/flowtypes/List.js.flow index 8458d27..e01a0e4 100644 --- a/flowtypes/List.js.flow +++ b/flowtypes/List.js.flow @@ -13,12 +13,10 @@ declare type IItemProps = { tabIndex?: number, 'aria-roledescription'?: string, onKeyDown?: (e: SyntheticEvent<*>) => void, - onMouseDown?: (e: SyntheticEvent<*>) => void, - onTouchStart?: (e: SyntheticEvent<*>) => void, onWheel?: (e: SyntheticEvent<*>) => void, style?: CSSStyleDeclaration, ref?: React.Ref -} +}; declare interface IListProps { renderItem: (params: { value: Value,