UNPKG

subhasmitalmg-react-spreadsheet-import

Version:

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

9 lines (8 loc) 269 B
interface Props { isOpen: boolean; onClose: () => void; onConfirm: () => void; fields: string[]; } export declare const UnmatchedFieldsAlert: ({ isOpen, onClose, onConfirm, fields }: Props) => import("react/jsx-runtime").JSX.Element; export {};