UNPKG

event-app-api

Version:

Package for easy access to Event App API

6 lines (5 loc) 215 B
import React from "react"; import { EventAPIType } from "../../types/base"; declare const EventAPIContext: React.Context<any>; export declare const useAPIContext: () => EventAPIType; export default EventAPIContext;