UNPKG

@tplc/business

Version:

17 lines (16 loc) 359 B
/** 获取分享配置 */ export declare const getShareConfigList: (data: { page: string productId?: string productType?: string }) => Promise< import('../../../action').IResData<{ [key: string]: unknown shareConfigList: { backgroundImage: string staticParam: string coverImg: string styleConfig: string }[] }> >