UNPKG

@refinedev/core

Version:

Refine is a React meta-framework for building enterprise-level, data-intensive applications rapidly with support for modern UI libraries and headless integrations.

3 lines 239 B
import type { MapDataFn } from "../../../hooks/export/types"; export declare const importCSVMapper: <TItem = any, TVariables = any>(data: any[][], mapData?: MapDataFn<TItem, TVariables>) => TVariables[]; //# sourceMappingURL=index.d.ts.map