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 2b8c35b commit 7b5ffa9Copy full SHA for 7b5ffa9
modules/index.d.ts
@@ -1,6 +1,7 @@
1
+/* eslint-disable no-extra-semi */
2
-import {List as ImmutableList, Map as ImmutableMap} from 'immutable';
3
-import {ElementType, ReactElement, Factory} from 'react';
+import {List as ImmutableList, Map as ImmutableMap} from "immutable";
4
+import {ElementType, ReactElement, Factory} from "react";
5
6
7
////////////////
@@ -228,7 +229,7 @@ export interface ConjsProps {
228
229
disabled?: boolean,
230
selectedConjunction?: string,
231
setConjunction(conj: string): void,
- conjunctionOptions?: Array<ConjunctionOption>,
232
+ conjunctionOptions?: TypedKeyMap<string, ConjunctionOption>,
233
config?: Config,
234
not: boolean,
235
setNot(not: boolean): void,
0 commit comments