types: fix dts

This commit is contained in:
Evan You
2019-11-22 18:09:26 -05:00
parent 5c691aebfd
commit 24b4120c21
9 changed files with 33 additions and 27 deletions

View File

@@ -168,6 +168,8 @@ export interface TransitionHooks {
delayLeave?(performLeave: () => void): void
}
// The transition hooks are attached to the vnode as vnode.transition
// and will be called at appropriate timing in the renderer.
function resolveTransitionHooks(
{
appear,