UNPKG

mobx-react-observer

Version:

Automatic React observer for Mobx

5 lines 265 B
import observingComponentsPlugin from "babel-plugin-observing-components"; export default function plugin(options = {}) { return observingComponentsPlugin(Object.assign({ importPath: "mobx-react-observer" }, options)); } //# sourceMappingURL=babel-plugin.js.map