UNPKG

hp-app-bundle-sdk

Version:

A comprehensive SDK for building mini-applications.

8 lines 568 B
import { MiniAppModule } from "../../core/types"; import { UIManager } from "./UIManager"; import { DEFAULT_UI_CONFIG } from "./config"; import type { UIModuleConfig, ToastOptions, AlertOptions, ConfirmOptions, ActionSheetOptions, LoadingOptions, IUIModule } from "./types"; export declare const UIModule: MiniAppModule<IUIModule, UIModuleConfig>; export type { UIModuleConfig, ToastOptions, AlertOptions, ConfirmOptions, ActionSheetOptions, LoadingOptions, IUIModule as UIModuleInterface }; export { UIManager, DEFAULT_UI_CONFIG }; //# sourceMappingURL=index.d.ts.map