Skip to content

⬅️ Back to Table of Contents

📄 useScroll/directive

📊 Analysis Summary

Metric Count
📦 Imports 4
📑 Type Aliases 2

📚 Table of Contents

🛠️ File Location:

📂 packages/core/useScroll/directive.ts

📦 Imports

Name Source
UseScrollOptions @vueuse/core
UseScrollReturn @vueuse/core
useScroll @vueuse/core
createDisposableDirective @vueuse/shared

Type Aliases

BindingValueFunction

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

BindingValueArray

type BindingValueArray = [BindingValueFunction, UseScrollOptions];

Generated by Syntax Scribe