Skip to content

Commit

Permalink
fix: TS define
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Oct 16, 2019
1 parent 2f3cf12 commit ac1d71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MenuItemGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { MenuClickEventHandler } from './interface';

export interface MenuItemGroupProps {
disabled?: boolean;
renderMenuItem: (
renderMenuItem?: (
item: React.ReactElement,
index: number,
key: string,
Expand Down

0 comments on commit ac1d71b

Please sign in to comment.