| 57 | } |
| 58 | |
| 59 | export class App extends React.Component<Props, State> { |
| 60 | private viewerOptions: Partial<SandDance.types.ViewerOptions>; |
| 61 | private signalChanged: boolean; |
| 62 | public explorer: Explorer_Class; |
nothing calls this directly
no outgoing calls
no test coverage detected