UNPKG

xverse-components-utils

Version:

xverse components utils

7 lines (6 loc) 251 B
export declare const isWeChat: boolean; export declare const isMiniApp: boolean; export declare function gotoMiniApp(this: null, props: { path: string; }): Promise<void>; export declare function consumeMinAppData(this: any | null): Promise<void>;