UNPKG

@bitrix24/b24ui-nuxt

Version:

Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE

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