refactor: flow typing (#1012)
* fix: padding * fix: Minor button alignment issues * feat: Add icon to invite people button * WIP
This commit is contained in:
@ -9,7 +9,7 @@ type Props = {
|
||||
event: string,
|
||||
description: string,
|
||||
disabled: boolean,
|
||||
onChange: *,
|
||||
onChange: (ev: SyntheticInputEvent<>) => void | Promise<void>,
|
||||
};
|
||||
|
||||
const NotificationListItem = ({
|
||||
|
Reference in New Issue
Block a user