@engie-group/fluid-design-system-angular
Version:
Fluid Design System Angular
14 lines (13 loc) • 576 B
TypeScript
import * as i0 from "@angular/core";
export declare class CardComponent {
/**
* Whether card has border or no
*/
hasBorder: boolean;
/**
* Whether card flow is horizontal
*/
isHorizontal: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "nj-card", never, { "hasBorder": { "alias": "hasBorder"; "required": false; }; "isHorizontal": { "alias": "isHorizontal"; "required": false; }; }, {}, never, ["[njCardImage]", "[njCardTitle]", "*"], true, never>;
}