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