| 38 | } |
| 39 | |
| 40 | export interface IDiffEditorState { |
| 41 | value: string[]; |
| 42 | } |
| 43 | |
| 44 | export default class DiffComponent extends React.Component< |
| 45 | IDiffEditorProps, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…