UNPKG

@nuxt/ui-pro

Version:

Ship beautiful web applications at the speed of light with Nuxt UI Pro.

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; };