@taiga-ui/core
Version:
Core library for creating Angular components and applications using Taiga UI
10 lines (9 loc) • 427 B
TypeScript
import * as i0 from "@angular/core";
export declare class TuiLabel {
protected readonly textfield?: unknown;
protected readonly el: HTMLLabelElement;
protected readonly nothing: undefined;
protected readonly parent: any;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiLabel, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiLabel, "label[tuiLabel]", never, {}, {}, ["textfield"], never, true, never>;
}