UNPKG

primeng

Version:

[![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng) [![npm downloads](https://img.shields.io/npm/dm/primeng.svg)](https://www.npmjs.com/package/primeng) [![Actions CI](https://github.com/primefaces/primeng/workflows/No

18 lines (17 loc) 839 B
import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "primeng/api"; import * as i3 from "@angular/router"; /** * FloatLabel appears on top of the input field when focused. * @group Components */ export declare class FloatLabel { static ɵfac: i0.ɵɵFactoryDeclaration<FloatLabel, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FloatLabel, "p-floatLabel", never, {}, {}, never, ["*"], false, never>; } export declare class FloatLabelModule { static ɵfac: i0.ɵɵFactoryDeclaration<FloatLabelModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<FloatLabelModule, [typeof FloatLabel], [typeof i1.CommonModule, typeof i2.SharedModule, typeof i3.RouterModule], [typeof FloatLabel, typeof i2.SharedModule]>; static ɵinj: i0.ɵɵInjectorDeclaration<FloatLabelModule>; }