Skip to content

Commit

Permalink
Merge pull request #17239 from babbarankit/patch-2
Browse files Browse the repository at this point in the history
Update SubMenu.tsx
  • Loading branch information
afc163 committed Jun 22, 2019
2 parents 71f3e36 + 0bb7f60 commit 40a38ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/menu/SubMenu.tsx
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 40a38ff

Please sign in to comment.