UNPKG

subhasmitalmg-react-spreadsheet-import

Version:

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

7 lines (6 loc) 197 B
interface Props { isOpen: boolean; onClose: () => void; } export declare const NoDataPresentAlert: ({ isOpen, onClose }: Props) => import("react/jsx-runtime").JSX.Element; export {};