UNPKG

mobx-wouter

Version:

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

4 lines 234 B
import { PageViewModel } from './page-view-model.js'; export type AnyPageViewModel = PageViewModel<any, any>; export type AnyPathParams = Partial<Record<string, string | undefined>>; //# sourceMappingURL=page-view-model.types.d.ts.map