Files
lingxiao865 6c6fe3d0d6 first commit
2025-09-18 12:39:54 +08:00

5 lines
241 B
TypeScript

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;