@coreui/angular
Version:
CoreUI Components Library for Angular
19 lines (18 loc) • 1.04 kB
TypeScript
import { InputSignalWithTransform } from '@angular/core';
import { BooleanInput } from '../coreui.types';
import * as i0 from "@angular/core";
export declare class ListGroupDirective {
static ngAcceptInputType_flush: BooleanInput;
/**
* Remove some borders and rounded corners to render list group items edge-to-edge in a parent component (e.g., `<CCard>`).
* @type boolean
*/
readonly flush: InputSignalWithTransform<boolean, unknown>;
/**
* Specify horizontal layout type.
*/
readonly horizontal: import("@angular/core").InputSignal<string | boolean | undefined>;
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
static ɵfac: i0.ɵɵFactoryDeclaration<ListGroupDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ListGroupDirective, "[cListGroup]", never, { "flush": { "alias": "flush"; "required": false; "isSignal": true; }; "horizontal": { "alias": "horizontal"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}