UNPKG

@angular-mdc/web

Version:
11 lines (10 loc) 300 B
import { ElementRef } from '@angular/core'; export declare class MdcChipPrimaryAction { elementRef: ElementRef<HTMLElement>; role: string | null; tabIndex: number | null; _root: HTMLElement; constructor(elementRef: ElementRef<HTMLElement>); } export declare class MdcChipText { }