UNPKG

@angular-mdc/web

Version:
18 lines (17 loc) 588 B
import { ElementRef } from '@angular/core'; export declare class MdcSelectIcon { } export declare class MdcSelectAnchor { elementRef: ElementRef<HTMLElement>; get root(): HTMLElement; constructor(elementRef: ElementRef<HTMLElement>); } export declare class MdcSelectedText { elementRef: ElementRef<HTMLElement>; /** The aria-labelledby attribute for improved a11y. */ ariaLabelledby?: string; /** The aria-required attribute for improved a11y. */ ariaRequired?: boolean; get root(): HTMLElement; constructor(elementRef: ElementRef<HTMLElement>); }