UNPKG

@visa/nova-angular

Version:

Visa Product Design System Nova Angular library

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