UNPKG

materialize-angular

Version:
17 lines (16 loc) 592 B
/** * @license * Copyright Workylab. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://raw.githubusercontent.com/workylab/materialize-angular/master/LICENSE */ import { ElementRef } from '@angular/core'; import { ScrollSpyItemModel } from './scroll-spy-item.model'; export declare class ScrollSpyItemComponent implements ScrollSpyItemModel { element: ElementRef; static readonly defaultProps: ScrollSpyItemModel; className: string; id: string; constructor(element: ElementRef); }