hp-app-bundle-sdk
Version:
A comprehensive SDK for building mini-applications.
11 lines • 403 B
TypeScript
import { MiniAppSDKConfig } from "./types";
export declare const SDK_VERSION = "1.0.0";
export declare const DEFAULT_CONFIG: MiniAppSDKConfig;
export declare const PLATFORM: {
readonly ANDROID: "android";
readonly IOS: "ios";
readonly WEB: "web";
readonly BROWSER: "browser";
};
export type PlatformType = (typeof PLATFORM)[keyof typeof PLATFORM];
//# sourceMappingURL=constants.d.ts.map