UNPKG

mobx-wouter

Version:

<img src="assets/logo.png" align="right" height="156" alt="logo" />

8 lines (7 loc) 259 B
import { withLazyViewModel, } from 'mobx-view-model'; export function withLazyPageViewModel(loadFunction, config) { return withLazyViewModel(loadFunction, { ...config, getPayload: config?.getPayload ?? ((props) => props.params), }); }