邃芒智像相册
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 rivejä
502 B

  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;