| 8 | } from 'dockview'; |
| 9 | |
| 10 | export interface ReactPortalStore { |
| 11 | addPortal: (portal: React.ReactPortal) => DockviewIDisposable; |
| 12 | } |
| 13 | |
| 14 | interface IPanelWrapperProps { |
| 15 | component: React.FunctionComponent<{ [key: string]: any }>; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…