File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,9 @@ export interface ViewModelsConfig<
6262 onMount ?: ( viewModel : TViewModel ) => void ;
6363 /** [**Documentation**](https://js2me.github.io/mobx-view-model/api/view-models/view-models-config#onunmount) */
6464 onUnmount ?: ( viewModel : TViewModel ) => void ;
65- /** [**Documentation**](https://js2me.github.io/mobx-view-model/api/view-models/view-models-config#processviewcomponent ) */
65+ /** [**Documentation**](https://js2me.github.io/mobx-view-model/api/view-models/view-models-config#hooks ) */
6666 readonly hooks : {
67+ /** [**Documentation**](https://js2me.github.io/mobx-view-model/api/view-models/view-models-config#hooks) */
6768 readonly storeCreate : PubSub <
6869 [ viewModelStore : ViewModelStore < AnyViewModel > ]
6970 > ;
You can’t perform that action at this time.
0 commit comments