@taiga-ui/cdk
Version:
Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance
9 lines (8 loc) • 320 B
TypeScript
import * as i0 from "@angular/core";
export declare class TuiId {
private readonly el;
private readonly autoId;
protected get id(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiId, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiId, "[tuiId]", never, {}, {}, never, never, true, never>;
}