UNPKG

@telegram-apps/sdk

Version:

TypeScript Source Development Kit for Telegram Mini Apps client application.

4 lines (3 loc) 527 B
export { isOpened as isPopupOpened, isSupported as isPopupSupported, open as openPopup, openError as openPopupError, openPromise as openPopupPromise, isShown as isPopupShown, show as showPopup, showError as showPopupError, showPromise as showPopupPromise, } from './exports.variable.js'; export * as popup from './exports.variable.js'; export type { OpenOptions as OpenPopupOptions, OpenOptionsButton as OpenPopupOptionsButton, ShowOptionsButton as ShowPopupOptionsButton, ShowOptions as ShowPopupOptions, } from './types.js';