MCPcopy
hub / github.com/securingsincity/react-ace / IDiffEditorState

Interface IDiffEditorState

src/diff.tsx:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40export interface IDiffEditorState {
41 value: string[];
42}
43
44export default class DiffComponent extends React.Component<
45 IDiffEditorProps,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…