@tarojs/taro-h5
Version:
Taro h5 framework
15 lines (14 loc) • 1.16 kB
JavaScript
export { createAnimation } from './animation/index.js';
export { worklet } from './animation/worklet.js';
export { setBackgroundColor, setBackgroundTextStyle } from './background.js';
export { nextTick } from './custom-component.js';
export { loadFontFace } from './fonts.js';
export { disableAlertBeforeUnload, enableAlertBeforeUnload, hideLoading, hideToast, showActionSheet, showLoading, showModal, showToast } from './interaction/index.js';
export { getMenuButtonBoundingClientRect } from './menu.js';
export { hideHomeButton, hideNavigationBarLoading, setNavigationBarColor, setNavigationBarTitle, showNavigationBarLoading } from './navigation-bar/index.js';
export { startPullDownRefresh, stopPullDownRefresh } from './pull-down-refresh.js';
export { pageScrollTo } from './scroll/index.js';
export { setTopBarText } from './sticky.js';
export { hideTabBar, hideTabBarRedDot, initTabBarApis, removeTabBarBadge, setTabBarBadge, setTabBarItem, setTabBarStyle, showTabBar, showTabBarRedDot } from './tab-bar.js';
export { checkIsPictureInPictureActive, offWindowResize, onWindowResize, setWindowSize } from './window.js';
//# sourceMappingURL=index.js.map