UNPKG

subhasmitalmg-react-spreadsheet-import

Version:

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

8 lines (7 loc) 267 B
type ContinueButtonProps = { onContinue: (val: any) => void; title: string; isLoading?: boolean; }; export declare const ContinueButton: ({ onContinue, title, isLoading }: ContinueButtonProps) => import("react/jsx-runtime").JSX.Element; export {};