@visa/nova-angular
Version:
Visa Product Design System Nova Angular library
13 lines (12 loc) • 543 B
TypeScript
import * as i0 from "@angular/core";
export declare class ContentCardImageDirective {
constructor();
/**
* Provides custom class(es) for custom styling.
* @default .v-content-card-image
*/
class: string;
get hostClass(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<ContentCardImageDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ContentCardImageDirective, "[v-content-card-image]", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, never, true, never>;
}