Type alias DirectiveHook<T, Prev, V>

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

Type Parameters

  • T = any

  • Prev = VNode<any, T> | null

  • V = any

Type declaration

Generated using TypeDoc