UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

4 lines 230 B
import { ImportOptions, ExportSingleFile } from './files'; export type ImportFile = (options?: ImportOptions) => void; export type ExportFile = (options?: ExportSingleFile) => void; //# sourceMappingURL=fileTriggerMethods.d.ts.map