UNPKG

@angular-mdc/web

Version:
10 lines (9 loc) 332 B
import { ElementRef } from '@angular/core'; export declare class MdcMenuSelectionGroup { elementRef: ElementRef<HTMLElement>; constructor(elementRef: ElementRef<HTMLElement>); } export declare class MdcMenuSelectionGroupIcon { elementRef: ElementRef<HTMLElement>; constructor(elementRef: ElementRef<HTMLElement>); }