Skip to content

Commit

Permalink
chore: update menu item types
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Apr 16, 2022
1 parent 11d9129 commit 9fbde80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { TransformOriginAnchorPosition } from '../../utils/calculations';
export type MenuItemProps = {
text: string;
icon?: string;
onPress?: (arg?: string | number) => void;
onPress?: (...args: any[]) => void;
isTitle?: boolean;
isDestructive?: boolean;
withSeparator?: boolean;
Expand Down

0 comments on commit 9fbde80

Please sign in to comment.