Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
export show/hideMenu methods in order to customize the trigger (#133)
Browse files Browse the repository at this point in the history
* export show/hideMenu methods in order to customize the trigger

* fixing lint issues

* fix lint issues 2
  • Loading branch information
dCode91 authored and vkbansal committed Jul 20, 2017
1 parent 88b7bb5 commit 6248bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export { default as ContextMenuTrigger } from './ContextMenuTrigger';
export { default as MenuItem } from './MenuItem';
export { default as SubMenu } from './SubMenu';
export { default as connectMenu } from './connectMenu';
export { hideMenu, showMenu } from './actions';

0 comments on commit 6248bbd

Please sign in to comment.