We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ddc37a commit a44fa47Copy full SHA for a44fa47
1 file changed
src/events/types.ts
@@ -1,4 +1,4 @@
1
-import { NMRiumData, NmriumState } from 'nmrium';
+import { NMRiumData, NMRiumState } from 'nmrium';
2
import { BlobObject } from 'nmrium/lib/component/utility/export';
3
4
type EventType =
@@ -33,7 +33,7 @@ type ActionResponse = {
33
};
34
35
type DataChange = {
36
- state: NmriumState;
+ state: NMRiumState;
37
source: 'data' | 'view' | 'settings';
38
39
0 commit comments