The Tabs API of Material UI mentions that you can provide your own ScrollButtonComponent in order to render customized scroll buttons. However there is no real clear documentation on the specific of what this ScrollButtonComponent should look like.
I have found the native implementation on the Material UI git repository, I guess this could be used to establish what is required, however that feels a little bit of a hack especially since this component is marked as 'private'.
Is there something that I'm missing on the topic, or would taking a look at the native implementation the "the way to go"?