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
31 lines (30 loc) • 1.31 kB
TypeScript
import { BaseComponent } from 'primeng/basecomponent';
import { InputGroupStyle } from './style/inputgroupstyle';
import * as i0 from "@angular/core";
import * as i1 from "primeng/api";
/**
* InputGroup displays text, icon, buttons and other content can be grouped next to an input.
* @group Components
*/
export declare class InputGroup 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: InputGroupStyle;
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroup, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<InputGroup, "p-inputgroup, p-inputGroup, p-input-group", never, { "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare class InputGroupModule {
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<InputGroupModule, never, [typeof InputGroup, typeof i1.SharedModule], [typeof InputGroup, typeof i1.SharedModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<InputGroupModule>;
}