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