| 156 | |
| 157 | function _Explorer(props: Props) { |
| 158 | class __Explorer extends base.react.Component<Props, State> { |
| 159 | private layoutDivUnpinned: HTMLElement; |
| 160 | private layoutDivPinned: HTMLElement; |
| 161 | private getColorContext: (oldInsight: SandDance.specs.Insight, newInsight: SandDance.specs.Insight) => SandDance.types.ColorContext; |
nothing calls this directly
no outgoing calls
no test coverage detected