5 lines
241 B
TypeScript
Raw Permalink Normal View History

2025-04-28 09:21:04 +08:00
export declare function compareVersion(v1: any, v2: any): 0 | 1 | -1;
export declare function canIUseFormFieldButton(): boolean;
export declare function canUseVirtualHost(): boolean;
export declare function canUseProxyScrollView(): boolean;