@visa/nova-angular
Version:
Visa Product Design System Nova Angular library
14 lines (13 loc) • 543 B
TypeScript
import * as i0 from "@angular/core";
export declare class PanelBodyDirective {
/**
* Provides custom class(es) 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>;
}