materialize-angular
Version:
Material UI Angular library
17 lines (16 loc) • 592 B
TypeScript
/**
* @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);
}