Skip to content

Commit

Permalink
Merge pull request #983 from SkachkovDmitry/bugfix/ContextMenu-exports
Browse files Browse the repository at this point in the history
Fixed #1000 - Export hide() for ContextMenu in type definition file
  • Loading branch information
mertsincan authored Aug 28, 2019
2 parents 8a1dbc4 + 418a681 commit 7eabf4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/contextmenu/ContextMenu.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ interface ContextMenuProps {

export class ContextMenu extends React.Component<ContextMenuProps,any> {
public show(event:SyntheticEvent):void;
public hide(event:SyntheticEvent):void;
}

0 comments on commit 7eabf4b

Please sign in to comment.