Skip to content

Commit 6769fce

Browse files
authored
fix: type for overflow icon (#214)
1 parent ed8b9fa commit 6769fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overflowMenu/OverflowMenu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export type OverflowMenuProps = Omit<
2424
'onPress' | 'title' | 'renderButton'
2525
> &
2626
Pick<ButtonsWrapperProps, 'left' | 'preset' | 'children'> & {
27-
OverflowIcon: ReactElement | ComponentType<{ color?: ColorValue }>;
27+
OverflowIcon: ReactElement | ComponentType<{ color: ColorValue }>;
2828
onPress?: (params: OnOverflowMenuPressParams) => any;
2929
};
3030

0 commit comments

Comments
 (0)