Skip to content

⬅️ Back to Table of Contents

📄 useElementHover/directive

📊 Analysis Summary

Metric Count
📦 Imports 4
🟢 Vue Composition API 2
📑 Type Aliases 1

📚 Table of Contents

🛠️ File Location:

📂 packages/core/useElementHover/directive.ts

📦 Imports

Name Source
UseElementHoverOptions @vueuse/core
useElementHover @vueuse/core
createDisposableDirective @vueuse/shared
watch vue

Vue Composition API

Name Type Reactive Variables Composables
watch watch none none
watch watch none none

Type Aliases

BindingValueFunction

type BindingValueFunction = (state: boolean) => void;

Generated by Syntax Scribe