UNPKG

subhasmitalmg-react-spreadsheet-import

Version:

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

7 lines (4 loc) 159 B
import { useContext } from 'react'; import { RsiContext } from '../components/Providers.js'; const useRsi = () => useContext(RsiContext); export { useRsi };