UNPKG

abb-core

Version:

Application Build Butler Core

9 lines (8 loc) 281 B
import { connect } from "react-redux"; import { ABBHeader } from "./ABB-header"; // connect Redux export var RCABBHeader = connect(function (state) { return { headerLogoURL: state.settings.headerLogoURL }; }, undefined, undefined, { forwardRef: true })(ABBHeader);