Skip to content

Commit

Permalink
udpate flow types
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo committed Feb 11, 2019
1 parent 8d2dfb3 commit aadb5ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flowtypes/List.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -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<any>
}
};
declare interface IListProps<Value> {
renderItem: (params: {
value: Value,
Expand Down

0 comments on commit aadb5ed

Please sign in to comment.