Skip to content

Commit

Permalink
Fix error for enforceActions option in flow
Browse files Browse the repository at this point in the history
  • Loading branch information
danrot authored Apr 23, 2018
1 parent dbe4c93 commit 91c2e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow-typed/mobx.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export type IObservableMapInitialValues<K, V> = IMapEntries<K, V> | KeyValueMap<V> | IMap<K, V>

export interface IMobxConfigurationOptions {
export type IMobxConfigurationOptions = {
enforceActions?: boolean | "strict",
computedRequiresReaction?: boolean,
isolateGlobalState?: boolean,
Expand Down

0 comments on commit 91c2e53

Please sign in to comment.