@hxui/angular
Version:
* * *
13 lines (12 loc) • 335 B
TypeScript
import { ElementRef } from '@angular/core';
export declare class TextInputDirective {
private el;
isPlaceholder: boolean;
isLabel: boolean;
constructor(el: ElementRef);
onFocus(): void;
onBlur(): void;
styleLabel(): void;
styleLabelAsPlaceholder(): void;
styleLabelAsFloating(): void;
}