UNPKG

use-google-sheets

Version:

### A React Hook wrapper library for google-sheets-mapper for getting data from Google Sheets API v4

4 lines (3 loc) 179 B
import { HookOptions, HookState } from './types'; declare const useGoogleSheets: ({ apiKey, sheetId, sheetsNames, }: HookOptions) => HookState; export default useGoogleSheets;