UNPKG

@visa/nova-angular

Version:

Visa Product Design System Nova Angular library

13 lines (12 loc) 538 B
import * as i0 from "@angular/core"; export declare class ContentCardBodyDirective { constructor(); /** * Provides custom class&#40;es&#41; for custom styling. * @default .v-content-card-body */ class: string; get hostClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration<ContentCardBodyDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<ContentCardBodyDirective, "[v-content-card-body]", never, { "class": { "alias": "class"; "required": false; }; }, {}, never, never, true, never>; }