UNPKG

subhasmitalmg-react-spreadsheet-import

Version:

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

6 lines (5 loc) 290 B
import type { RsiProps } from "../types"; import type { Translations } from "../translationsRSIProps"; export declare const useRsi: <T extends string>() => Omit<RsiProps<T>, keyof RsiProps<any>> & Required<Pick<RsiProps<T>, keyof RsiProps<any>>> & { translations: Translations; };