UNPKG

@visa/nova-angular

Version:

Visa Product Design System Nova Angular library

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