primeng
Version:
PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeB
29 lines (28 loc) • 1.16 kB
TypeScript
import { BaseComponent } from 'primeng/basecomponent';
import { IconFieldStyle } from './style/iconfieldstyle';
import * as i0 from "@angular/core";
/**
* IconField wraps an input and an icon.
* @group Components
*/
export declare class IconField extends BaseComponent {
/**
* Position of the icon.
* @group Props
*/
iconPosition: 'right' | 'left';
get _styleClass(): string;
/**
* Style class of the component.
* @group Props
*/
styleClass: string;
_componentStyle: IconFieldStyle;
static ɵfac: i0.ɵɵFactoryDeclaration<IconField, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IconField, "p-iconfield, p-iconField, p-icon-field", never, { "iconPosition": { "alias": "iconPosition"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare class IconFieldModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IconFieldModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IconFieldModule, never, [typeof IconField], [typeof IconField]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IconFieldModule>;
}