Type Alias DirectiveHook<T, Prev, V>

DirectiveHook<T, Prev, V>: ((el: T, binding: DirectiveBinding<V>, vnode: VNode<any, T>, prevVNode: Prev) => void)

Type Parameters

  • T = any
  • Prev = VNode<any, T> | null
  • V = any