UNPKG

@logicflow/core

Version:

LogicFlow, help you quickly create flowcharts

4 lines (3 loc) 219 B
import { action, observable, computed, toJS, isObservable, configure, reaction, } from 'mobx'; configure({ isolateGlobalState: true }); export { action, observable, computed, isObservable, toJS, configure, reaction, };