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