@coreui/angular
Version:
CoreUI for Angular UI components library
12 lines (11 loc) • 452 B
TypeScript
import * as i0 from "@angular/core";
export declare class InputGroupComponent {
/**
* Size the component small or large.
*/
sizing: string | 'sm' | 'lg' | '';
get hostClasses(): any;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "c-input-group", never, { "sizing": "sizing"; }, {}, never, ["*"], false>;
}