UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

9 lines (6 loc) 230 B
/* istanbul ignore next */ import injectTheme from './inject-theme'; export default function getRenderFunctionForComponent(Component) { const ComponentWithContext = injectTheme(Component); return ComponentWithContext; }