UNPKG

@logicflow/core

Version:

LogicFlow, help you quickly create flowcharts

24 lines (21 loc) 288 B
import { action, observable, computed, toJS, isObservable, configure, reaction, IReactionDisposer, } from 'mobx' configure({ isolateGlobalState: true }) export { action, observable, computed, isObservable, toJS, configure, reaction, IReactionDisposer, }