UNPKG

subhasmitalmg-react-spreadsheet-import

Version:

React spreadsheet import for xlsx and csv files with column matching and validation steps

7 lines (6 loc) 244 B
import type { Fields } from "../../../types"; interface Props<T extends string> { fields: Fields<T>; } export declare const ExampleTable: <T extends string>({ fields }: Props<T>) => import("react/jsx-runtime").JSX.Element; export {};