UNPKG

@eslamdevui/ui

Version:

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

7 lines (6 loc) 199 B
import type { Ref } from 'vue'; export declare function useScrollspy(): { visibleHeadings: Ref<string[]>; activeHeadings: Ref<string[]>; updateHeadings: (headings: Element[]) => void; };