Merge pull request #17239 from babbarankit/patch-2

Update SubMenu.tsx
This commit is contained in:
偏右 2019-06-22 15:46:30 +08:00 committed by GitHub
commit 40a38ff91a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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> {