(
key: K,
value: K extends InjectionKey<infer V> ? V : T,
)
| 81 | unmount(): void |
| 82 | onUnmount(cb: () => void): void |
| 83 | provide<T, K = InjectionKey<T> | string | number>( |
| 84 | key: K, |
| 85 | value: K extends InjectionKey<infer V> ? V : T, |
| 86 | ): this |
no outgoing calls