Skip to content

Commit

Permalink
react-native-action-sheet types: Make an object type explicitly inexact.
Browse files Browse the repository at this point in the history
An instance of zulip#3452.
  • Loading branch information
chrisbobbe authored and gnprice committed Jul 2, 2021
1 parent 39b2ecf commit 11fc530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-native-action-sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { BoundedDiff } from './generics';
/* eslint-disable flowtype/generic-spacing */

export type ShowActionSheetWithOptions = (
{ options: string[], cancelButtonIndex: number },
{ options: string[], cancelButtonIndex: number, ... },
(number) => void,
) => void;

Expand Down

0 comments on commit 11fc530

Please sign in to comment.