xui
Version:
xUI Components for Angular
9 lines (8 loc) • 469 B
TypeScript
import { InputGroupAccessor, InputSize } from './input.types';
import * as i0 from "@angular/core";
export declare class InputGroupComponent implements InputGroupAccessor {
size?: InputSize;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "xui-input-group", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
}