UNPKG

modaq

Version:

Quiz Bowl Reader using TypeScript, React, and MobX

6 lines (5 loc) 370 B
import { AppState } from "../state/AppState"; import { ISheetsApi } from "./ISheetsApi"; export declare function exportToSheet(appState: AppState, sheetsApi?: ISheetsApi): Promise<void>; export declare function getSheetsId(url: string | undefined): string | undefined; export declare function loadRosters(appState: AppState, sheetsApi?: ISheetsApi): Promise<void>;