⬅️ Back to Table of Contents
📄 useElementOverflow/directive
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
5 |
| 🟢 Vue Composition API |
1 |
| 📑 Type Aliases |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/core/useElementOverflow/directive.ts
📦 Imports
| Name |
Source |
UseElementOverflowOptions |
. |
UseElementOverflowReturn |
. |
createDisposableDirective |
@vueuse/shared |
watch |
vue |
useElementOverflow |
. |
Vue Composition API
| Name |
Type |
Reactive Variables |
Composables |
watch |
watch |
none |
none |
Type Aliases
VElementOverflowHandler
type VElementOverflowHandler = (info: UseElementOverflowReturn) => void;
Generated by Syntax Scribe