Skip to content

Commit

Permalink
Update SubMenu.tsx
Browse files Browse the repository at this point in the history
  popupOffset prop is missing in SubMenu
  • Loading branch information
Ankit Babbar committed Jun 22, 2019
1 parent a3fb511 commit 0bb7f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/menu/SubMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export interface SubMenuProps {
onTitleClick?: (e: TitleEventEntity) => void;
onTitleMouseEnter?: (e: TitleEventEntity) => void;
onTitleMouseLeave?: (e: TitleEventEntity) => void;
popupOffset?: [number, number];
}

class SubMenu extends React.Component<SubMenuProps, any> {
Expand Down

0 comments on commit 0bb7f60

Please sign in to comment.