Skip to content

Commit

Permalink
add MenuItemGroupProps export (#21356)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 committed Feb 12, 2020
1 parent 11d06d5 commit 0ef326b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import raf from '../_util/raf';
import collapseMotion from '../_util/motion';
import MenuContext, { MenuTheme } from './MenuContext';

export { MenuItemGroupProps } from 'rc-menu/es/MenuItemGroup';

export interface SelectParam {
key: string;
keyPath: Array<string>;
Expand Down

0 comments on commit 0ef326b

Please sign in to comment.