File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Expand file tree Collapse file tree 3 files changed +2
-14
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,18 +2,6 @@ import { MenuItemDefaultProps, MenuItemProps } from '@bluebase/components';
2
2
import MuiMenuItem from '@material-ui/core/MenuItem' ;
3
3
import { componentMapper } from '@bluebase/component-mapper' ;
4
4
5
-
6
- // const MenuItem = (props: any) => {
7
- // return (
8
- // <MuiMenuItem onClick={props.onDismiss} {...props}>
9
- // {props.title}
10
- // </MuiMenuItem>
11
- // );
12
- // };
13
- // export { MenuItem };
14
-
15
-
16
-
17
5
export const MenuItem = componentMapper < MenuItemProps > ( MuiMenuItem , {
18
6
children : ( { title } : MenuItemProps ) => title ,
19
7
onClick : 'onDismiss' ,
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import { ListItem } from './components/ListItem';
10
10
import { ListSection } from './components/ListSection' ;
11
11
import { ListSubheader } from './components/ListSubheader' ;
12
12
13
- import { Menu } from './components/Menu/Menu.component ' ;
14
- import { MenuItem } from './components/Menu/MenuItem.component ' ;
13
+ import { Menu } from './components/Menu/Menu' ;
14
+ import { MenuItem } from './components/Menu/MenuItem' ;
15
15
import { Picker } from './components/Picker' ;
16
16
import { PickerItem } from './components/PickerItem' ;
17
17
import { Radio } from './components/Radio' ;
You can’t perform that action at this time.
0 commit comments