UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

12 lines (11 loc) 400 B
import type { IShareObject } from '../types'; export declare function initTipShare({ shareObject, }: { shareObject: IShareObject; }): void; export declare function initPvpShare({ shareObject, }: { shareObject: IShareObject; }): void; export declare function initGHelperShare({ shareObject, }: { shareObject: Record<string, any>; }): void; export declare function hidePvpShareBtn(): void;