@hubs101/js-api-skd-client
Version:
Package for easy access to Event App API
9 lines (8 loc) • 514 B
TypeScript
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;
export { MENU_ITEM_TYPES, MENU_ELEMENT_TYPES, MENU_ELEMENT_TYPE, DEFAULT_MENU_TYPES, DEFAULT_MENU_ITEM, MENU_ITEM_TYPE, MENU_ITEM_STYLING_LINK, MENU_ITEM_STYLING_BUTTON, MENU_ITEM_STYLING, } from "./api/event/types";