We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421a574 commit ffaedf9Copy full SHA for ffaedf9
projects/code-editor/diff-editor.ts
@@ -13,12 +13,13 @@ import {
13
booleanAttribute,
14
} from '@angular/core';
15
16
-import { External, Setup } from '@acrodata/code-editor';
17
import { DiffConfig, MergeView } from '@codemirror/merge';
18
import { Extension } from '@codemirror/state';
19
import { EditorView } from '@codemirror/view';
20
import { basicSetup, minimalSetup } from 'codemirror';
21
+import { External, Setup } from './code-editor';
22
+
23
export type Orientation = 'a-b' | 'b-a';
24
export type RevertControls = 'a-to-b' | 'b-to-a';
25
export type RenderRevertControl = () => HTMLElement;
0 commit comments