UNPKG

subhasmitalmg-react-spreadsheet-import

Version:

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

7 lines (6 loc) 255 B
type SelectSheetProps = { sheetNames: string[]; onContinue: (sheetName: string) => Promise<void>; }; export declare const SelectSheetStep: ({ sheetNames, onContinue }: SelectSheetProps) => import("react/jsx-runtime").JSX.Element; export {};