function ThemedButton(props) { //highlight-range{1} return ; } // An intermediate component function Toolbar(props) { // highlight-range{1-2,5} // The Toolbar component must take an extra theme prop // and pass it to the ThemedButton return (