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