We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8b9fa commit 6769fceCopy full SHA for 6769fce
src/overflowMenu/OverflowMenu.tsx
@@ -24,7 +24,7 @@ export type OverflowMenuProps = Omit<
24
'onPress' | 'title' | 'renderButton'
25
> &
26
Pick<ButtonsWrapperProps, 'left' | 'preset' | 'children'> & {
27
- OverflowIcon: ReactElement | ComponentType<{ color?: ColorValue }>;
+ OverflowIcon: ReactElement | ComponentType<{ color: ColorValue }>;
28
onPress?: (params: OnOverflowMenuPressParams) => any;
29
};
30
0 commit comments