version.d.ts 502 B

123456789
  1. /// <reference types="miniprogram-api-typings" />
  2. export declare function getSystemInfoSync(): WechatMiniprogram.SystemInfo;
  3. export declare function canIUseModel(): boolean;
  4. export declare function canIUseFormFieldButton(): boolean;
  5. export declare function canIUseAnimate(): boolean;
  6. export declare function canIUseGroupSetData(): boolean;
  7. export declare function canIUseNextTick(): boolean;
  8. export declare function canIUseCanvas2d(): boolean;
  9. export declare function canIUseGetUserProfile(): boolean;