Skip to content

Instantly share code, notes, and snippets.

@daniele-zurico
Created October 16, 2018 17:25
Show Gist options
  • Save daniele-zurico/6d586c65cb9d229e793f1d39b07c39c9 to your computer and use it in GitHub Desktop.
Save daniele-zurico/6d586c65cb9d229e793f1d39b07c39c9 to your computer and use it in GitHub Desktop.
const expansionPanelTitle = props => (
<div style={{ border: "1px solid red" }} onClick={props.onClick}>
{props.children}
</div>
);
export default expansionPanelTitle;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment