UNPKG

@eslamdevui/ui

Version:

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

6 lines (5 loc) 215 B
export declare function useScrollspy(): { visibleHeadings: import("vue").Ref<string[], string[]>; activeHeadings: import("vue").Ref<string[], string[]>; updateHeadings: (headings: Element[]) => void; };