UNPKG
@intzi1992/cdk-table-exporter
Version:
latest (17.0.0)
17.0.0
16.0.4
16.0.3
Abstract CdkTable Exporter
halittalha.github.io/ng-material-extensions
intzi/ng-material-extensions
@intzi1992/cdk-table-exporter
/
lib
/
services
/
exporters
/
exporter.d.ts
5 lines
(4 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
5
import
{
Options
}
from
'../../options'
;
export
interface
Exporter
<T
extends
Options
> {
export
(
rows
:
Array
<
any
>,
options
?: T):
void
; }