export interface ShareInfoProps { title: string; desc: string; link: string; img: string; } export declare type WeixinShareType = 'timeline' | 'friends' | 'qq' | 'qzone'; export declare type NewsShareType = 'wechatFriend' | 'moments' | 'qqFriend' | 'qzone' | 'weibo' | 'wechatGlance';