UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

9 lines (8 loc) 299 B
import * as React from 'react'; interface ImportFileSectionProps { readFile: (data: File) => Promise<Record<string, unknown>[]>; supportedFileFormats: string; message: React.ReactNode; } export declare const ImportFileSection: React.FunctionComponent<ImportFileSectionProps>; export {};