Jake Schroeder
Results
2
comments of
Jake Schroeder
Not sure if this is the best way but heres a typescript react implementation that worked for me based on Ramons answer: ``` interface IControlPanelGroup { children: ReactNode; options?: {...
> This might not be the right way to do it, but it works for me. If I wrap each `` that had a dropdown with it's own `` it...