UNPKG

424 BTypeScriptView Raw
1import Taro from '@tarojs/api';
2/**
3 * 设置窗口大小,该接口仅适用于 PC 平台,使用细则请参见指南
4 */
5export declare const setWindowSize: () => Promise<{
6 errMsg: string;
7}>;
8/**
9 * 监听窗口尺寸变化事件
10 */
11export declare const onWindowResize: typeof Taro.onWindowResize;
12/**
13 * 取消监听窗口尺寸变化事件
14 */
15export declare const offWindowResize: typeof Taro.offWindowResize;