UNPKG

aurelia-materialize-bridge

Version:
13 lines (12 loc) 337 B
/// <reference types="materialize-css" /> export declare class MdScrollSpy { private element; constructor(element: Element); instance: M.ScrollSpy; throttle: number; scrollOffset: number; activeClass: string; getActiveElement: (id: string) => string; attached(): void; detached(): void; }