version.d.ts 241 B

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;