MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / withTheme

Function withTheme

web/regression/javascript/fake_theme.js:3–8  ·  view source on GitHub ↗
(WrappedComp)

Source from the content-addressed store, hash-verified

1import Theme from 'sources/Theme';
2
3export function withTheme(WrappedComp) {
4 /* eslint-disable react/display-name */
5 return (props)=>{
6 return <Theme><WrappedComp {...props}/></Theme>;
7 };
8}

Callers 15

Loader.spec.jsFile · 0.90
Privilege.spec.jsFile · 0.90
Buttons.spec.jsFile · 0.90
Menu.spec.jsFile · 0.90
CodeMirror.spec.jsFile · 0.90
TabPanel.spec.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected