UNPKG

dynamic-mat-table

Version:

dynamic-mat-table is an Angular component for presenting large and complex data with a lightning fast performance (at least 10x faster) and excellent level of control over the presentation.

6 lines (5 loc) 285 B
import { ElementRef } from "@angular/core"; export declare function toggleFullscreen(element: ElementRef): void; export declare function requestFullscreen(element: ElementRef): void; export declare function exitFullscreen(): void; export declare function isFullscreen(): boolean;