Skip to content

Commit 59bc5c7

Browse files
committed
chore: add docs refs
1 parent 3a35c12 commit 59bc5c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
>;

0 commit comments

Comments
 (0)