UNPKG

aurelia-materialize-bridge

Version:
12 lines (11 loc) 294 B
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; }