UNPKG

1.11 kBJavaScriptView Raw
1export { createAnimation } from './animation/index.js';
2export { setBackgroundColor, setBackgroundTextStyle } from './background.js';
3export { nextTick } from './custom-component.js';
4export { loadFontFace } from './fonts.js';
5export { disableAlertBeforeUnload, enableAlertBeforeUnload, hideLoading, hideToast, showActionSheet, showLoading, showModal, showToast } from './interaction/index.js';
6export { getMenuButtonBoundingClientRect } from './menu.js';
7export { hideHomeButton, hideNavigationBarLoading, setNavigationBarColor, setNavigationBarTitle, showNavigationBarLoading } from './navigation-bar/index.js';
8export { startPullDownRefresh, stopPullDownRefresh } from './pull-down-refresh.js';
9export { pageScrollTo } from './scroll/index.js';
10export { setTopBarText } from './sticky.js';
11export { hideTabBar, hideTabBarRedDot, initTabBarApis, removeTabBarBadge, setTabBarBadge, setTabBarItem, setTabBarStyle, showTabBar, showTabBarRedDot } from './tab-bar.js';
12export { checkIsPictureInPictureActive, offWindowResize, onWindowResize, setWindowSize } from './window.js';
13//# sourceMappingURL=index.js.map