UNPKG

@intzi1992/cdk-table-exporter

Version:
5 lines (4 loc) 139 B
import { Options } from '../../options'; export interface Exporter<T extends Options> { export(rows: Array<any>, options?: T): void; }