UNPKG

@hxui/angular

Version:

An Angular library based on the [HXUI design system](https://hxui.io).

16 lines (15 loc) 577 B
import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TextInputDirective { private el; isPlaceholder: boolean; isLabel: boolean; constructor(el: ElementRef); onFocus(): void; onBlur(): void; styleLabel(floatingLabel?: boolean): void; styleLabelAsPlaceholder(): void; styleLabelAsFloating(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TextInputDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TextInputDirective, "[hxaTextInput]", never, {}, {}, never>; }