File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export type MenuSubFactory = Factory<{
1212 props : MenuSubProps ;
1313} > ;
1414
15- interface MenuSubProps extends __PopoverProps {
15+ export interface MenuSubProps extends __PopoverProps {
1616 children : React . ReactNode ;
1717
1818 /** Called with current state when dropdown opens or closes */
Original file line number Diff line number Diff line change @@ -4,10 +4,18 @@ export { MenuItem } from './MenuItem/MenuItem';
44export { MenuLabel } from './MenuLabel/MenuLabel' ;
55export { MenuDropdown } from './MenuDropdown/MenuDropdown' ;
66export { MenuTarget } from './MenuTarget/MenuTarget' ;
7+ export { MenuSub } from './MenuSub/MenuSub' ;
8+ export { MenuSubDropdown } from './MenuSubDropdown/MenuSubDropdown' ;
9+ export { MenuSubItem } from './MenuSubItem/MenuSubItem' ;
10+ export { MenuSubTarget } from './MenuSubTarget/MenuSubTarget' ;
711
812export type { MenuFactory , MenuProps , MenuStylesNames } from './Menu' ;
913export type { MenuDividerProps } from './MenuDivider/MenuDivider' ;
1014export type { MenuItemProps } from './MenuItem/MenuItem' ;
1115export type { MenuLabelProps } from './MenuLabel/MenuLabel' ;
1216export type { MenuDropdownProps } from './MenuDropdown/MenuDropdown' ;
1317export type { MenuTargetProps } from './MenuTarget/MenuTarget' ;
18+ export type { MenuSubProps } from './MenuSub/MenuSub' ;
19+ export type { MenuSubDropdownProps } from './MenuSubDropdown/MenuSubDropdown' ;
20+ export type { MenuSubItemProps } from './MenuSubItem/MenuSubItem' ;
21+ export type { MenuSubTargetProps } from './MenuSubTarget/MenuSubTarget' ;
You can’t perform that action at this time.
0 commit comments