UNPKG

@blox/material

Version:

Material Components for Angular

13 lines (12 loc) 318 B
/** @docs-private */ export declare class HasId { private _id; private cachedId; private _idChange; /** * Mirrors the <code>id</code> attribute. If no id is assigned, this directive will * assign a unique id by itself. */ get id(): string | null; set id(value: string | null); }