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
34 lines (33 loc) • 1.45 kB
TypeScript
import { BaseComponent } from 'primeng/basecomponent';
import { InputGroupAddonStyle } from './style/inputgroupaddonstyle';
import * as i0 from "@angular/core";
import * as i1 from "primeng/api";
/**
* InputGroupAddon displays text, icon, buttons and other content can be grouped next to an input.
* @group Components
*/
export declare class InputGroupAddon extends BaseComponent {
/**
* Inline style of the element.
* @group Props
*/
style: {
[klass: string]: any;
} | null | undefined;
/**
* Class of the element.
* @group Props
*/
styleClass: string | undefined;
_componentStyle: InputGroupAddonStyle;
get hostStyle(): {
[klass: string]: any;
} | null | undefined;
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupAddon, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupAddon, "p-inputgroup-addon, p-inputGroupAddon", never, { "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare class InputGroupAddonModule {
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupAddonModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<InputGroupAddonModule, never, [typeof InputGroupAddon, typeof i1.SharedModule], [typeof InputGroupAddon, typeof i1.SharedModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<InputGroupAddonModule>;
}