MCPcopy Index your code
hub / github.com/react-toolbox/react-toolbox / applyTheme

Function applyTheme

components/list/index.js:18–18  ·  view source on GitHub ↗
(Component)

Source from the content-addressed store, hash-verified

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

Callers 1

index.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected