@visa/nova-angular
Version:
Visa Product Design System Nova Angular library
10 lines (9 loc) • 403 B
TypeScript
import * as i0 from "@angular/core";
/**
* Directive to add default surface class, <code>class="v-surface"</code>, to the host element.
*/
export declare class SurfaceDirective {
get hostClass(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<SurfaceDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SurfaceDirective, "[vSurface]", never, {}, {}, never, never, true, never>;
}