UNPKG

subhasmitalmg-react-spreadsheet-import

Version:

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

6 lines (5 loc) 167 B
type MatchIconProps = { isChecked: boolean; }; export declare const MatchIcon: (props: MatchIconProps) => import("react/jsx-runtime").JSX.Element; export {};