| 13 | import { ReactPanelView } from './view'; |
| 14 | |
| 15 | export interface SplitviewReadyEvent { |
| 16 | api: SplitviewApi; |
| 17 | } |
| 18 | |
| 19 | export interface ISplitviewPanelProps< |
| 20 | T extends { [index: string]: any } = any, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…