Skip to content

Commit

Permalink
Merge pull request #866 from APalaitis/master
Browse files Browse the repository at this point in the history
Fixed #865 - Add missing OverlayPanel methods to the type declaration file
  • Loading branch information
mertsincan authored Apr 29, 2019
2 parents c53b10a + 8b31a1a commit 8fd8c2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/overlaypanel/OverlayPanel.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ interface OverlayPanelProps {

export class OverlayPanel extends React.Component<OverlayPanelProps,any> {
public toggle(event:SyntheticEvent):void;
public show(event:SyntheticEvent,target:EventTarget):void;
public hide():void;
}

0 comments on commit 8fd8c2e

Please sign in to comment.