@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>
12 lines (11 loc) • 337 B
TypeScript
import { CdkTable } from '@angular/cdk/table';
/**
* Wrapper for the CdkTable with Suka design styles.
*/
export declare class SukaTable<T> extends CdkTable<T> {
baseClass: boolean;
fullWidth: boolean;
hover: boolean;
/** Overrides the sticky CSS class set by the `CdkTable`. */
protected stickyCssClass: string;
}