@telegram-apps/sdk
Version:
TypeScript Source Development Kit for Telegram Mini Apps client application.
3 lines (2 loc) • 377 B
TypeScript
export { isSupported, close, bindCssVars, mountError, isMounted, isMounting, mountPromise, mount, ready, unmount, setBottomBarColor, setHeaderColor, setBackgroundColor, mountSync, } from './methods.js';
export { state, isDark, isCssVarsBound, backgroundColorRGB, headerColor, headerColorRGB, bottomBarColorRGB, backgroundColor, bottomBarColor, isActive, } from './signals.js';