UNPKG

@angular-mdc/web

Version:
6 lines (5 loc) 185 B
import { ElementRef } from '@angular/core'; export declare class MdcMenuSurfaceAnchor { elementRef: ElementRef<HTMLElement>; constructor(elementRef: ElementRef<HTMLElement>); }