UNPKG

@angular-mdc/web

Version:
10 lines (9 loc) 400 B
import { ElementRef } from '@angular/core'; export declare class MDCComponent<FoundationType extends any> { protected _elementRef: ElementRef; protected _foundation: FoundationType; constructor(elementRef: ElementRef, foundation?: FoundationType, ...args: Array<unknown>); initialize(..._args: Array<unknown>): void; getDefaultFoundation(): FoundationType; destroy(): void; }