subhasmitalmg-react-spreadsheet-import
Version:
React spreadsheet import for xlsx and csv files with column matching and validation steps
11 lines (10 loc) • 333 B
TypeScript
import React from "react";
export declare const SELECT_DROPDOWN_ID = "react-select-dropdown-wrapper";
interface PortalProps {
controlElement: HTMLDivElement | null;
children: React.ReactNode;
}
export declare const customComponents: {
MenuPortal: (props: PortalProps) => React.ReactPortal | null;
};
export {};