Adding component to SearchPanel

Hi, I am working on a project that is using CodeMirror for a lot of the functionality and I am currently exploring the search functionality. One thing that I want to do is use the default search panel, but add an extra button with some functionality. I know you can create a custom panel and pass it in to the exported search function but I was wondering if there was an easier way to extend the search panel which is currently implemented?

Thanks

No, such functionality doesn’t exist.