(Component)
| 16 | import theme from './theme.scss'; |
| 17 | |
| 18 | const applyTheme = (Component) => themr(LIST, theme)(Component); |
| 19 | const ripple = themedRippleFactory({ centered: false, listItemIgnore: true }); |
| 20 | const ThemedListItemAction = applyTheme(ListItemAction); |
| 21 | const ThemedListSubHeader = applyTheme(ListSubHeader); |