UNPKG

@hubs101/js-api-skd-client

Version:
8 lines (7 loc) 297 B
import { BaseAPIType } from "./types/base"; import React from "react"; export declare function EventAPIProvider(props: { children: React.ReactNode; }): React.JSX.Element; export declare const BaseAPI: BaseAPIType; export declare const useAPIContext: () => import("./types/base").EventAPIType;