合伙人运营小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

version.d.ts 241B

1234
  1. export declare function compareVersion(v1: any, v2: any): 0 | 1 | -1;
  2. export declare function canIUseFormFieldButton(): boolean;
  3. export declare function canUseVirtualHost(): boolean;
  4. export declare function canUseProxyScrollView(): boolean;