UNPKG

@kushki/ng-suka

Version:

<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>

18 lines (17 loc) 482 B
import { CdkTable } from '@angular/cdk/table'; /** * Wrapper for the CdkTable with Suka design styles. */ export declare class SukaTable<T> extends CdkTable<T> { baseClass: boolean; /** * Set to `true` to make the table full width. */ fullWidth: boolean; /** * Set to `true` to apply hover styles to the table rows. */ hover: boolean; /** Overrides the sticky CSS class set by the `CdkTable`. */ protected stickyCssClass: string; }