| 33 | function _SandDanceReact(props: Props) { |
| 34 | |
| 35 | class __SandDanceReact extends base.react.Component<Props, State> { |
| 36 | public viewer: Viewer; |
| 37 | private viewerDiv: React.ReactInstance; |
| 38 | private lastData: object[]; |
nothing calls this directly
no outgoing calls
no test coverage detected