UNPKG

@coreui/angular

Version:

CoreUI Components Library for Angular

12 lines (11 loc) 685 B
import * as i0 from "@angular/core"; export declare class CardImgDirective { /** * Optionally orientate the image to the top, bottom, or make it overlaid across the card. * @type {'top | 'bottom'} */ readonly orientation: import("@angular/core").InputSignal<"start" | "end" | "top" | "bottom" | undefined>; readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>; static ɵfac: i0.ɵɵFactoryDeclaration<CardImgDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<CardImgDirective, "[cCardImg]", never, { "orientation": { "alias": "cCardImg"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>; }