UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

7 lines (6 loc) 186 B
export interface SystemInfo { windowWidth: number; windowHeight: number; pixelRatio: number; } export declare const getSystemInfo: (args?: undefined) => Promise<SystemInfo>;