18 lines
839 B
TypeScript
18 lines
839 B
TypeScript
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>;
|
|
}
|