Skip to content

Commit 7b5ffa9

Browse files
authored
fix conjunctionOptions (#258)
1 parent 2b8c35b commit 7b5ffa9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/index.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
/* eslint-disable no-extra-semi */
12

2-
import {List as ImmutableList, Map as ImmutableMap} from 'immutable';
3-
import {ElementType, ReactElement, Factory} from 'react';
3+
import {List as ImmutableList, Map as ImmutableMap} from "immutable";
4+
import {ElementType, ReactElement, Factory} from "react";
45

56

67
////////////////
@@ -228,7 +229,7 @@ export interface ConjsProps {
228229
disabled?: boolean,
229230
selectedConjunction?: string,
230231
setConjunction(conj: string): void,
231-
conjunctionOptions?: Array<ConjunctionOption>,
232+
conjunctionOptions?: TypedKeyMap<string, ConjunctionOption>,
232233
config?: Config,
233234
not: boolean,
234235
setNot(not: boolean): void,

0 commit comments

Comments
 (0)