Attach a hook that is invoked before a hook's state is queried.
(component: Component, index: number, type: HookType)
| 21 | _unmount?(vnode: VNode): void; |
| 22 | /** Attach a hook that is invoked before a hook's state is queried. */ |
| 23 | _hook?(component: Component, index: number, type: HookType): void; |
| 24 | } |
| 25 | |
| 26 | // Hook tracking |