Merge 09e84efe8c
into 5f8314cb7f
This commit is contained in:
commit
e3fada1c53
|
@ -42,7 +42,7 @@ export type WatchCallback<V = any, OV = any> = (
|
|||
value: V,
|
||||
oldValue: OV,
|
||||
onCleanup: OnCleanup,
|
||||
) => any
|
||||
) => void
|
||||
|
||||
export type OnCleanup = (cleanupFn: () => void) => void
|
||||
|
||||
|
|
Loading…
Reference in New Issue