22 lines
880 B
TypeScript
22 lines
880 B
TypeScript
import * as i0 from "@angular/core";
|
|
import * as i1 from "@angular/common";
|
|
import * as i2 from "primeng/api";
|
|
/**
|
|
* InputIcon displays an icon.
|
|
* @group Components
|
|
*/
|
|
export declare class InputIcon {
|
|
/**
|
|
* Style class of the element.
|
|
* @group Props
|
|
*/
|
|
styleClass: string | undefined;
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputIcon, never>;
|
|
static ɵcmp: i0.ɵɵComponentDeclaration<InputIcon, "p-inputIcon", never, { "styleClass": { "alias": "styleClass"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
}
|
|
export declare class InputIconModule {
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputIconModule, never>;
|
|
static ɵmod: i0.ɵɵNgModuleDeclaration<InputIconModule, [typeof InputIcon], [typeof i1.CommonModule], [typeof InputIcon, typeof i2.SharedModule]>;
|
|
static ɵinj: i0.ɵɵInjectorDeclaration<InputIconModule>;
|
|
}
|